mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Merge pull request #10896 from AyoubElk/patch-1
Fixed typo in folder path
This commit is contained in:
commit
9d48ef7322
1 changed files with 2 additions and 2 deletions
|
|
@ -180,7 +180,7 @@ gulp.task('test:api:unit', (done) => {
|
|||
});
|
||||
|
||||
gulp.task('test:api:unit:watch', () => {
|
||||
return gulp.watch(['website/server/libs/*', 'test/api/v3/unit/**/*', 'website/server/controllers/**/*'], gulp.series('test:api:unit', done => done()));
|
||||
return gulp.watch(['website/server/libs/*', 'test/api/unit/**/*', 'website/server/controllers/**/*'], gulp.series('test:api:unit', done => done()));
|
||||
});
|
||||
|
||||
gulp.task('test:api-v3:integration', (done) => {
|
||||
|
|
@ -254,4 +254,4 @@ gulp.task('test:api-v3', gulp.series(
|
|||
'test:api:unit',
|
||||
'test:api-v3:integration',
|
||||
done => done()
|
||||
));
|
||||
));
|
||||
|
|
|
|||
Loading…
Reference in a new issue