test(vue-compat): remove test.only (#5715)
This commit is contained in:
parent
85af139863
commit
86858a9582
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user