Skip to content

Commit

Permalink
test: Exclude inaccessible elements by default in browser tests (#19380)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Jan 24, 2020
1 parent 0177cd6 commit 481cdd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module.exports = function setKarmaConfig(config) {
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('test'),
CI: JSON.stringify(process.env.CI),
},
}),
],
Expand Down

0 comments on commit 481cdd8

Please sign in to comment.