We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaec28 commit 402196aCopy full SHA for 402196a
test/jasmine/karma.conf.js
@@ -38,7 +38,7 @@ var argv = minimist(process.argv.slice(4), {
38
failFast: false,
39
doNotFailOnEmptyTestSuite: false,
40
width: '1035',
41
- height: '617',
+ height: isCI ? '800' : '617',
42
verbose: false,
43
showSkipped: isCI
44
}
0 commit comments