Skip to content

Commit cd3233a

Browse files
committed
Merged API tests (makes them faster and less flakey)
1 parent 97df768 commit cd3233a

File tree

13 files changed

+1098
-9474
lines changed

13 files changed

+1098
-9474
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ gulp.task('midwayTest', function(done) {
161161
});
162162

163163
gulp.task('apiTest', function () {
164-
return gulp.src('test/api/**/*Spec.js', {read: false})
164+
return gulp.src('test/api/API-Spec.js', {read: false})
165165
// gulp-mocha needs filepaths so you can't have any plugins before it
166166
.pipe(require('gulp-mocha')({reporter: 'dot'}));
167167
});

0 commit comments

Comments
 (0)