We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8549590 commit 13534c8Copy full SHA for 13534c8
e2e/__projects__/basic/package.json
@@ -14,7 +14,6 @@
14
"@babel/core": "^7.2.2",
15
"@babel/preset-env": "^7.2.3",
16
"@vue/compiler-sfc": "3.0.0-alpha.10",
17
- "@vue/test-utils": "^1.0.0-beta.28",
18
"babel-helper-vue-jsx-merge-props": "^2.0.3",
19
"babel-plugin-syntax-jsx": "^6.18.0",
20
"babel-plugin-transform-vue-jsx": "^3.7.0",
e2e/__projects__/basic/test.js
@@ -1,4 +1,4 @@
1
-const { createApp, h } = require('vue')
+import { createApp, h } from 'vue'
2
import { resolve } from 'path'
3
import { readFileSync } from 'fs'
4
0 commit comments