mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +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();
|
||||
}
|
||||
);
|
||||
pipe(runner)
|
||||
pipe(runner);
|
||||
});
|
||||
|
||||
gulp.task('test:api:clean', (cb) => {
|
||||
|
||||
Reference in New Issue
Block a user