Skip to content

Commit f006bad

Browse files
author
yangchangtao
committed
chore: update
1 parent 17462b5 commit f006bad

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
@@ -501,7 +501,7 @@ test('local app config should not affect other local apps in v3 mode', () => {
501501
expect(app2.config.globalProperties.test).toBe(undefined)
502502
})
503503

504-
test('ATTR_ENUMERATED_COERCION: false', () => {
504+
test('ATTR_ENUMERATED_COERCION: true', () => {
505505
const vm = new Vue({
506506
compatConfig: { ATTR_ENUMERATED_COERCION: true },
507507
template: `<div><div draggable="false">hello</div></div>`,

0 commit comments

Comments
 (0)