chore(): update karma tests to work with npm3

This commit is contained in:
Tim Lancina
2016-03-02 13:57:09 -06:00
parent 8bbd1380ca
commit cbe9ed8c23
3 changed files with 7 additions and 2 deletions

View File

@ -668,6 +668,7 @@ function buildDemoSass(isProductionMode) {
*/
require('./scripts/snapshot/snapshot.task')(gulp, argv, buildConfig);
// requires bundle.system to be run once
gulp.task('karma', ['tests'], function() {
var karma = require('karma').server;
return karma.start({ configFile: __dirname + '/scripts/karma/karma.conf.js' })