test(vue-compat): remove test.only (#5715)

This commit is contained in:
Cédric Exbrayat 2022-04-14 02:06:07 +02:00 committed by GitHub
parent 85af139863
commit 86858a9582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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
}