mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
chore: merge in develop
This commit is contained in:
@@ -384,7 +384,6 @@ gulp.task('test:api-v3:integration:separate-server', (done) => {
|
||||
|
||||
gulp.task('test', (done) => {
|
||||
runSequence(
|
||||
'lint',
|
||||
'test:common',
|
||||
'test:api-v3:unit',
|
||||
'test:api-v3:integration',
|
||||
@@ -395,7 +394,6 @@ gulp.task('test', (done) => {
|
||||
|
||||
gulp.task('test:api-v3', (done) => {
|
||||
runSequence(
|
||||
'lint',
|
||||
'test:api-v3:unit',
|
||||
'test:api-v3:integration',
|
||||
done
|
||||
@@ -448,7 +446,6 @@ gulp.task('test:api-v3:safe', ['test:prepare:server'], (done) => {
|
||||
|
||||
gulp.task('test:all', (done) => {
|
||||
runSequence(
|
||||
'lint',
|
||||
//'test:e2e:safe',
|
||||
//'test:common:safe',
|
||||
//'test:content:safe',
|
||||
|
||||
Reference in New Issue
Block a user