From 86858a95825308caf154d527e825122547ad3f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Exbrayat?= Date: Thu, 14 Apr 2022 02:06:07 +0200 Subject: [PATCH] test(vue-compat): remove test.only (#5715) --- packages/vue-compat/__tests__/global.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-compat/__tests__/global.spec.ts b/packages/vue-compat/__tests__/global.spec.ts index 06109a67..e4cd3007 100644 --- a/packages/vue-compat/__tests__/global.spec.ts +++ b/packages/vue-compat/__tests__/global.spec.ts @@ -285,7 +285,7 @@ describe('GLOBAL_PROTOTYPE', () => { delete Vue.prototype.$test }) - test.only('functions keeps additional properties', () => { + test('functions keeps additional properties', () => { function test(this: any) { return this.msg }