Skip to content

Commit 402196a

Browse files
committed
Update Karma config
1 parent 9eaec28 commit 402196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var argv = minimist(process.argv.slice(4), {
3838
failFast: false,
3939
doNotFailOnEmptyTestSuite: false,
4040
width: '1035',
41-
height: '617',
41+
height: isCI ? '800' : '617',
4242
verbose: false,
4343
showSkipped: isCI
4444
}

0 commit comments

Comments
 (0)