Fixes a typo in test:api:safe, missed semicolon on line 97.

This commit is contained in:
Alexander Bragdon
2015-07-01 14:45:27 -04:00
parent 9b31cf462a
commit 45ddc77eaa

View File

@@ -94,7 +94,7 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (cb) => {
cb();
}
);
pipe(runner)
pipe(runner);
});
gulp.task('test:api:clean', (cb) => {