Skip to content

Commit 103adb2

Browse files
committed
fix(gulp): call wiredep:test before running tests
1 parent 3bf29b2 commit 103adb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ gulp.task('serve:dist', cb => {
375375
cb);
376376
});
377377

378-
gulp.task('test', cb => {
378+
gulp.task('test', ['wiredep:test'], cb => {
379379
return runSequence('test:server', 'test:client', cb);
380380
});
381381

0 commit comments

Comments
 (0)