Skip to content

Commit 86858a9

Browse files
authored
test(vue-compat): remove test.only (#5715)
1 parent 85af139 commit 86858a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-compat/__tests__/global.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ describe('GLOBAL_PROTOTYPE', () => {
285285
delete Vue.prototype.$test
286286
})
287287

288-
test.only('functions keeps additional properties', () => {
288+
test('functions keeps additional properties', () => {
289289
function test(this: any) {
290290
return this.msg
291291
}

0 commit comments

Comments
 (0)