chore: remove .only from tests

This commit is contained in:
Evan You 2022-06-20 14:14:37 +08:00
parent 769c053cff
commit 9d54f8bdfe

View File

@ -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 = {