Skip to content

Commit 5da093a

Browse files
committed
fix(vue-compat): remove test.only
1 parent 85af139 commit 5da093a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)