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 0177cd6 commit 481cdd8Copy full SHA for 481cdd8
test/karma.conf.js
@@ -54,6 +54,7 @@ module.exports = function setKarmaConfig(config) {
54
new webpack.DefinePlugin({
55
'process.env': {
56
NODE_ENV: JSON.stringify('test'),
57
+ CI: JSON.stringify(process.env.CI),
58
},
59
}),
60
],
0 commit comments