Skip to content
代码片段 群组 项目
提交 1885e2fa 编辑于 作者: Stanislav Lashmanov's avatar Stanislav Lashmanov
浏览文件

Disable vue style compilation in jest tests

上级 017669b5
No related branches found
No related tags found
无相关合并请求
...@@ -204,5 +204,10 @@ module.exports = (path, options = {}) => { ...@@ -204,5 +204,10 @@ module.exports = (path, options = {}) => {
url: TEST_HOST, url: TEST_HOST,
}, },
testRunner: 'jest-jasmine2', testRunner: 'jest-jasmine2',
globals: {
'@vue/vue2-jest': {
experimentalCSSCompile: false,
},
},
}; };
}; };
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册