Skip to content

Commit 25dfaf7

Browse files
authored
feat: Add a way to disable PhantomJS testing (#54)
1 parent c200f6e commit 25dfaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if (process.env.TRAVIS) {
1212
browsers.push('Chrome')
1313
}
1414

15-
if (!process.env.DEBUG) {
15+
if (!process.env.DEBUG && process.env.PHANTOM !== 'off') {
1616
browsers.push('PhantomJS')
1717
}
1818

0 commit comments

Comments
 (0)