You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optional: [babel-plugin-webpack-alias-7](https://github.com/shortminds/babel-plugin-webpack-alias-7) if you want to use [webpack aliases](https://webpack.js.org/configuration/resolve/#resolve-alias) or use them in your source files
14
14
- `npm i --save-dev babel-plugin-webpack-alias-7`
@@ -32,8 +32,13 @@ The first step is setting up a helper to configure the environment to transpile
32
32
```js
33
33
// ./test/_setup.js
34
34
35
+
// Set up JSDom.
36
+
require('jsdom-global')()
37
+
38
+
// Fix the Date object, see <https://github.com/vuejs/vue-test-utils/issues/936#issuecomment-415386167>.
0 commit comments