Skip to content

Commit c613914

Browse files
committed
fix regression with test banner title.
1 parent 7f01ad8 commit c613914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function setUpTaskTest(tyRun) {
4040
.argv;
4141

4242
gulp.task('test', ['javascript'], function (done) {
43-
console.log(hr('-', 80, 'javascript'));
43+
console.log(hr('-', 80, 'test'));
4444

4545
gulp
4646
.src(streams.TEST + '/karma.conf.js')

0 commit comments

Comments
 (0)