mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Fixes a typo in test:api:safe, missed semicolon on line 97.
This commit is contained in:
@@ -94,7 +94,7 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (cb) => {
|
|||||||
cb();
|
cb();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
pipe(runner)
|
pipe(runner);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('test:api:clean', (cb) => {
|
gulp.task('test:api:clean', (cb) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user