Skip to content

Commit 3ca9c55

Browse files
committed
fix(build): fixed running Karma after updating to latest version
1 parent c0f56ca commit 3ca9c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ var testFiles = [
194194
config.paths.tests
195195
];
196196

197-
gulp.task('test:run', ['vendor:assets'] , function() {
197+
gulp.task('test:run', ['scripts:lint', 'scripts:cacheTpls', 'vendor:assets'] , function() {
198198
// Be sure to return the stream
199199
return gulp.src(testFiles)
200200
.pipe(plugins.karma({

0 commit comments

Comments
 (0)