From: Cédric Exbrayat Date: Thu, 14 Apr 2022 00:06:07 +0000 (+0200) Subject: test(vue-compat): remove test.only (#5715) X-Git-Tag: v3.2.33~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86858a95825308caf154d527e825122547ad3f6e;p=thirdparty%2Fvuejs%2Fcore.git test(vue-compat): remove test.only (#5715) --- diff --git a/packages/vue-compat/__tests__/global.spec.ts b/packages/vue-compat/__tests__/global.spec.ts index 06109a67f6..e4cd30074d 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 }