migrate from PhantomJS to Chrome (#1716)

This commit is contained in:
Denys Vuika
2017-03-13 11:25:47 +00:00
committed by Eugenio Romano
parent 57557a991e
commit 64565c44f4
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['PhantomJS'],
browsers: ['Chrome'],
singleRun: true
};

View File

@@ -116,6 +116,7 @@
"jasmine-core": "^2.4.1",
"karma": "^1.2.0",
"karma-jasmine": "^1.0.2",
"karma-chrome-launcher": "2.0.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",