mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 05:07:22 +01:00
Node 6 and NPM 4 (#8081)
* upgrade node to version 6 * upgrade npm to v4 * update shrinkwrap * use npm 4 in travis * use mongoose 4.6.4 * update shrinkwrap * fix async test and upgrade mongoose * fix amazon test * remove debugging code * working tests with separate server * update coupon code * mupdate mongoose * nvm: relax node version in .nvmrc
This commit is contained in:
@@ -318,7 +318,7 @@ gulp.task('test:api-v3:integration:watch', () => {
|
||||
|
||||
gulp.task('test:api-v3:integration:separate-server', (done) => {
|
||||
let runner = exec(
|
||||
testBin('mocha test/api/v3/integration --recursive', 'LOAD_SERVER=0'),
|
||||
testBin('mocha test/api/v3/integration --recursive --require ./test/helpers/start-server', 'LOAD_SERVER=0'),
|
||||
{maxBuffer: 500 * 1024},
|
||||
(err, stdout, stderr) => done(err)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user