From: Evan You Date: Sat, 26 Oct 2019 14:27:49 +0000 (-0400) Subject: chore: remove it.only X-Git-Tag: v3.0.0-alpha.0~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3282028bbf7cd41974b31c50563050bee6a5823;p=thirdparty%2Fvuejs%2Fcore.git chore: remove it.only --- diff --git a/packages/runtime-core/__tests__/apiSetupContext.spec.ts b/packages/runtime-core/__tests__/apiSetupContext.spec.ts index 759e78dd74..d0602fc99f 100644 --- a/packages/runtime-core/__tests__/apiSetupContext.spec.ts +++ b/packages/runtime-core/__tests__/apiSetupContext.spec.ts @@ -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