changed karma testing browser from PhantomJS to Chrome

This commit is contained in:
David Baldwynn 2015-12-04 18:45:29 -08:00
parent 461eefdfb6
commit 5efbf3b3e9
2 changed files with 3 additions and 3 deletions

View file

@ -126,5 +126,5 @@ module.exports = function (grunt) {
grunt.registerTask('test', ['build', 'karma:unit'])
// Run project coverage
grunt.registerTask('coverage', ['mocha_istanbul:coverage', 'karma:unit'])
grunt.registerTask('coverage', ['build', 'mocha_istanbul:coverage', 'karma:unit'])
}

View file

@ -70,10 +70,10 @@ module.exports = function (karmaConfig) {
// - Safari (only Mac)
// - PhantomJS
// - IE (only Windows)
browsers: ['PhantomJS'],
browsers: ['Chrome'],
// If browser does not capture in given timeout [ms], kill it
captureTimeout: 3000,
captureTimeout: 60000,
// Continuous Integration mode
// If true, it capture browsers, run tests and exit