Skip to content

Commit

Permalink
test(vue-compat): remove test.only (#5715)
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Apr 14, 2022
1 parent 85af139 commit 86858a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-compat/__tests__/global.spec.ts
Expand Up @@ -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
}
Expand Down

0 comments on commit 86858a9

Please sign in to comment.