Skip to content

Commit 9d54f8b

Browse files
committedJun 20, 2022
chore: remove .only from tests
1 parent 769c053 commit 9d54f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/unit/features/v3/apiSetup.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ describe('api: setup context', () => {
249249
})
250250

251251
// #12561
252-
it.only('setup props should be reactive', () => {
252+
it('setup props should be reactive', () => {
253253
const msg = ref('hi')
254254

255255
const Child = {

0 commit comments

Comments
 (0)
Please sign in to comment.