test(karma-watch): use phantom browser due to a bug with chrome

This commit is contained in:
Andrew Joslin
2014-06-10 11:30:30 -06:00
parent ead5e026b9
commit 374d65e5fe

View File

@@ -38,5 +38,5 @@ module.exports = {
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
// - PhantomJS
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
browsers: ['Chrome']
browsers: ['PhantomJS']
};