Skip to content

Commit

Permalink
Merged API tests (makes them faster and less flakey)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchapman committed May 25, 2018
1 parent 6e8f1bd commit d7c6bee
Show file tree
Hide file tree
Showing 13 changed files with 1,098 additions and 9,474 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ gulp.task('midwayTest', function(done) {
});

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

0 comments on commit d7c6bee

Please sign in to comment.