Skip to content

Commit

Permalink
test: Exclude inaccessible elements by default in browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 24, 2020
1 parent 1092c22 commit 47ae807
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 47ae807

Please sign in to comment.