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 b60dd4b commit 7d65353Copy full SHA for 7d65353
packages/@vue/cli-plugin-unit-jest/generator/index.js
@@ -32,7 +32,9 @@ module.exports = api => {
32
],
33
'testMatch': [
34
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)'
35
- ]
+ ],
36
+ // https://github.com/facebook/jest/issues/6766
37
+ 'testURL': 'http://localhost/'
38
}
39
40
if (!api.hasPlugin('typescript')) {
0 commit comments