Skip to content

Commit

Permalink
fix: browserstack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed May 10, 2024
1 parent 8d43c1d commit 29fef3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.browsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ module.exports = (config) => {
},
plugins: [
new webpack.DefinePlugin({
'process.env.__EX_VERSION': '\'test-runner\''
'process.env.__EX_VERSION': '\'test-runner\'',
'process.env.NODE_ENV': JSON.stringify('production')
}),
],
module: {
Expand Down

0 comments on commit 29fef3b

Please sign in to comment.