[Build] Move karma test browser from PhantomJS to Chrome

Issue #1387
This commit is contained in:
Colm Seale
2017-01-10 18:53:56 +00:00
parent 94319df69b
commit 590a0fe080
2 changed files with 2 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ module.exports = function(config) {
// Specify browsers to run tests in.
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [
'PhantomJS'
'Chrome'
],
// Code coverage reporting.