mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Move e2e tests higher up in test calls
This commit is contained in:
@@ -336,13 +336,13 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (done) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('test', [
|
gulp.task('test', [
|
||||||
|
'test:e2e:safe',
|
||||||
'test:common:safe',
|
'test:common:safe',
|
||||||
// 'test:content:safe',
|
// 'test:content:safe',
|
||||||
'test:server_side:safe',
|
'test:server_side:safe',
|
||||||
'test:karma:safe',
|
'test:karma:safe',
|
||||||
'test:api-legacy:safe',
|
'test:api-legacy:safe',
|
||||||
'test:api:safe',
|
'test:api:safe',
|
||||||
'test:e2e:safe'
|
|
||||||
], () => {
|
], () => {
|
||||||
let totals = [0,0,0];
|
let totals = [0,0,0];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user