Skip to content

Commit

Permalink
refactor: remove .only filter
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 18, 2024
1 parent c6dd9a6 commit 68b8d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('FilterPath.vue', () => {
expect(wrapper.vm.selected).toContain('/data/bar')
})

it.only('should reset the selected paths when project change', async () => {
it('should reset the selected paths when project change', async () => {
const key = ['/data/foo', '/data/bar']
core.store.commit('search/setFilterValue', wrapper.vm.filter.itemParam({ key }))
await flushPromises()
Expand Down

0 comments on commit 68b8d61

Please sign in to comment.