Skip to content

Commit

Permalink
chore: remove only from directives tests
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 27, 2024
1 parent 091c902 commit a6d8e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vue-directives.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ describe('vue-directives', () => {
})
})

describe.only('directives from scan with meta.vueDirective set to true', async () => {
describe('directives from scan with meta.vueDirective set to true', async () => {
const cwd = `${process.cwd().replace(/\\/g, '/')}/playground`
const directives = `${cwd}/directives/`
const ctx = createUnimport({
Expand Down

0 comments on commit a6d8e34

Please sign in to comment.