Skip to content

Commit

Permalink
chore: optimize test description
Browse files Browse the repository at this point in the history
  • Loading branch information
noootwo committed Nov 21, 2024
1 parent cdc251e commit c5eefde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-compat/__tests__/warnDeprecation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit c5eefde

Please sign in to comment.