]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove it.only
authorEvan You <yyx990803@gmail.com>
Sat, 26 Oct 2019 14:27:49 +0000 (10:27 -0400)
committerEvan You <yyx990803@gmail.com>
Sat, 26 Oct 2019 14:27:49 +0000 (10:27 -0400)
packages/runtime-core/__tests__/apiSetupContext.spec.ts

index 759e78dd7467492963f16adf1382c5b1583530ef..d0602fc99fcf4bcc90fd5d884827585063326d44 100644 (file)
@@ -74,7 +74,7 @@ describe('api: setup context', () => {
     expect(dummy).toBe(1)
   })
 
-  it.only('setup props should resolve the correct types from props object', async () => {
+  it('setup props should resolve the correct types from props object', async () => {
     const count = ref(0)
     let dummy