chore(karma): switch back to chrome testing

This commit is contained in:
Andrew Joslin
2014-06-16 20:21:35 +00:00
parent 17ee672fa3
commit 38820e36a7

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: ['PhantomJS']
browsers: ['Chrome']
};