Skip to content

Commit 481cdd8

Browse files
authored
test: Exclude inaccessible elements by default in browser tests (#19380)
1 parent 0177cd6 commit 481cdd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ module.exports = function setKarmaConfig(config) {
5454
new webpack.DefinePlugin({
5555
'process.env': {
5656
NODE_ENV: JSON.stringify('test'),
57+
CI: JSON.stringify(process.env.CI),
5758
},
5859
}),
5960
],

0 commit comments

Comments
 (0)