Преглед изворни кода

chore: remove .only from tests

Evan You пре 4 година
родитељ
комит
9d54f8bdfe
1 измењених фајлова са 1 додато и 1 уклоњено
  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 = {