Added Chromium Tests

This enables tests against the Chromium project for refstack's
javascript components.

Change-Id: Id2dfbee5c2c6e1e897933335b9cb4c18d2d7174a
This commit is contained in:
Michael Krotscheck 2015-06-01 11:39:59 -07:00
parent 240d101539
commit c7d4caa609

View File

@ -29,7 +29,7 @@ module.exports = function (config) {
frameworks: ['jasmine'],
browsers: ['Firefox', 'PhantomJS'],
browsers: ['Firefox', 'PhantomJS', 'Chrome'],
plugins: [
'karma-chrome-launcher',