mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Move e2e tests higher up in test calls
This commit is contained in:
parent
7ad2e6d1ff
commit
5481178dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -336,13 +336,13 @@ gulp.task('test:api:safe', ['test:prepare:mongo'], (done) => {
|
|||
});
|
||||
|
||||
gulp.task('test', [
|
||||
'test:e2e:safe',
|
||||
'test:common:safe',
|
||||
// 'test:content:safe',
|
||||
'test:server_side:safe',
|
||||
'test:karma:safe',
|
||||
'test:api-legacy:safe',
|
||||
'test:api:safe',
|
||||
'test:e2e:safe'
|
||||
], () => {
|
||||
let totals = [0,0,0];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue