Jelajahi Sumber

chore: remove .only from tests

Evan You 4 tahun lalu
induk
melakukan
9d54f8bdfe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
   // #12561
-  it.only('setup props should be reactive', () => {
+  it('setup props should be reactive', () => {
     const msg = ref('hi')
     const msg = ref('hi')
 
 
     const Child = {
     const Child = {