Explorar el Código

chore: remove unused import

Evan You hace 6 años
padre
commit
c5beb9fb4c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      packages/runtime-core/__tests__/apiOptions.spec.ts

+ 1 - 2
packages/runtime-core/__tests__/apiOptions.spec.ts

@@ -8,8 +8,7 @@ import {
   nextTick,
   renderToString,
   ref,
-  defineComponent,
-  createApp
+  defineComponent
 } from '@vue/runtime-test'
 import { mockWarn } from '@vue/shared'