Skip to content

Commit c7ed424

Browse files
committed
chore(tests): running tests after build process has ended
1 parent 3e188fb commit c7ed424

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
@@ -227,7 +227,7 @@ var testFiles = [
227227
config.paths.tests
228228
];
229229

230-
gulp.task('test:run', ['scripts:lint', 'scripts:cacheTpls', 'vendor:assets'] , function () {
230+
gulp.task('test:run', ['scripts:lint', 'scripts:cacheTpls', 'vendor:assets', 'styles:sass', 'html:inject'] , function () {
231231
// Be sure to return the stream
232232
return gulp.src(testFiles)
233233
.pipe(plugins.karma({

0 commit comments

Comments
 (0)