migrate from PhantomJS to Chrome (#1716)

This commit is contained in:
Denys Vuika
2017-03-13 11:25:47 +00:00
committed by Mario Romano
parent 2fb8ae1b5d
commit 2a14679603
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
};