Skip to content

Commit

Permalink
chore: remove .only from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 20, 2022
1 parent 769c053 commit 9d54f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/features/v3/apiSetup.spec.ts
Expand Up @@ -249,7 +249,7 @@ describe('api: setup context', () => {
})

// #12561
it.only('setup props should be reactive', () => {
it('setup props should be reactive', () => {
const msg = ref('hi')

const Child = {
Expand Down

0 comments on commit 9d54f8b

Please sign in to comment.