diff --git a/packages/runtime-core/__tests__/apiSetupContext.spec.ts b/packages/runtime-core/__tests__/apiSetupContext.spec.ts index 759e78dd..d0602fc9 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