Skip to content

Commit

Permalink
test: remove .only modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo authored Oct 18, 2024
1 parent 6dfe40f commit dddfe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs/components/SearchResultsList.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('SearchResultsList.vue', () => {
expect(wrapper.findAll('.search-results-list__items__item__link')).toHaveLength(2)
})

it.only('should return 3 documents', async () => {
it('should return 3 documents', async () => {
await letData(es)
.have(new IndexedDocuments().setBaseName('doc').withContent('document').withIndex(index).count(4))
.commit()
Expand Down

0 comments on commit dddfe88

Please sign in to comment.