Explorar o código

chore: remove .only from tests

Evan You %!s(int64=4) %!d(string=hai) anos
pai
achega
9d54f8bdfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/features/v3/apiSetup.spec.ts

+ 1 - 1
test/unit/features/v3/apiSetup.spec.ts

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