{ FAIL ./test.js ● Test suite failed to run [vue-jest] Error: Vue template compilation failed 126 | 127 | const throwError = function error(msg) { > 128 | throw new Error('\n[vue-jest] Error: ' + msg + '\n') | ^ 129 | } 130 | 131 | const stripInlineSourceMap = ...
This means that the tests always run in a Node environment and not in a real browser. This lets us enable fast iteration speed and prevent flakiness. + +While Jest provides browser globals such as `window` thanks to [jsdom](https://github.com/tmpvar/jsdom), they are only approximations...
This means that the tests always run in a Node environment and not in a real browser. This lets us enable fast iteration speed and prevent flakiness. + +While Jest provides browser globals such as `window` thanks to [jsdom](https://github.com/tmpvar/jsdom), they are only approximations...