mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
Fixes a typo in test:api:safe, missed semicolon on line 97.
This commit is contained in:
parent
9b31cf462a
commit
45ddc77eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (cb) => {
|
|||
cb();
|
||||
}
|
||||
);
|
||||
pipe(runner)
|
||||
pipe(runner);
|
||||
});
|
||||
|
||||
gulp.task('test:api:clean', (cb) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue