chore: optimize test description

This commit is contained in:
NoTwoBoy 2024-11-21 10:39:18 +08:00
parent cdc251e7f2
commit c5eefdeed6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ describe('should warn deprecation while using compat', () => {
expect(message('draggable', false, false)).not.toHaveBeenWarned()
})
test('set compat config to "suppress-warning"', () => {
test('set compat config to false', () => {
Vue.configureCompat({
ATTR_ENUMERATED_COERCION: false,
})