We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81a1b7 commit 8df6a40Copy full SHA for 8df6a40
tasks/javascript.js
@@ -66,7 +66,7 @@ yargs.getInstance('test')
66
.options(jshintReporter.yargsOption.key, jshintReporter.yargsOption.value)
67
.strict()
68
.check(yargs.subCommandCheck)
69
- .check(yargs.subCommandCheck)
+ .check(jshintReporter.yargsCheck)
70
.wrap(80);
71
72
gulp.task('javascript', function (done) {
@@ -127,8 +127,8 @@ gulp.task('javascript:unit', function () {
127
.pipe(browserify
128
.compile(80, transforms.concat(browserify.jasmineTransform('@')))
129
.all('index.js'))
130
- .pipe(gulpFilter('*.js'))
131
.pipe(gulp.dest(streams.TEST))
+ .pipe(gulpFilter('*.js'))
132
)
133
.pipe(karma.createConfig())
134
0 commit comments