]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test(vue-compat): remove test.only (#5715)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Thu, 14 Apr 2022 00:06:07 +0000 (02:06 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 00:06:07 +0000 (20:06 -0400)
packages/vue-compat/__tests__/global.spec.ts

index 06109a67f646ad2088e11607c7274b3fdfc61276..e4cd30074da8f46ec29b7e51642ed58ef684e260 100644 (file)
@@ -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
     }