Skip to content

Commit 6f493c1

Browse files
authored
ci: replace phantomjs with chrome (#72)
1 parent bfafa1e commit 6f493c1

File tree

3 files changed

+21
-276
lines changed

3 files changed

+21
-276
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var packageJson = require('./package.json');
66
var defaultTimeout = 120000;
77
var browserifyIstanbul = require('browserify-istanbul');
88
module.exports = function configureKarma(config) {
9-
var localBrowsers = [ 'PhantomJS' ];
9+
var localBrowsers = [ 'ChromeHeadless' ];
1010
var sauceLabsBrowsers = {
1111
SauceChromeLatest: {
1212
base: 'SauceLabs',

0 commit comments

Comments
 (0)