Skip to content

Commit

Permalink
test: Exclude inaccessible elements by default in browser tests (mui#…
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored and EsoterikStare committed Feb 13, 2020
1 parent 3185673 commit b53940f
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 b53940f

Please sign in to comment.