diff --git a/tests/features/compat.spec.ts b/tests/features/compat.spec.ts index 5b2f11f4c..6ad824b75 100644 --- a/tests/features/compat.spec.ts +++ b/tests/features/compat.spec.ts @@ -3,7 +3,6 @@ import { mount } from '../../src' jest.mock('vue', () => mockVue) - const { configureCompat, extend, defineComponent, h } = mockVue describe('@vue/compat build', () => {