Skip to content

Commit

Permalink
feat(Mongoose): Add mongoDB auth. Closes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinezanardi committed Dec 20, 2020
1 parent 874022c commit b57a133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"update_version": "src/scripts/update-version.sh",
"migrate": "npx migrate-mongo up -f ./config/migrate-mongo/index.js",
"migrate_down": "npx migrate-mongo down -f ./config/migrate-mongo/index.js",
"test": "export NODE_ENV=test && npx mocha ./tests/units/index.js ./tests/e2e/index.js --exit"
"test": "export NODE_ENV=test && npx mocha ./tests/units/index.js ./tests/e2e/index.js --exit --timeout 10000"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ describe("Testing main route", () => {
done();
});
});
}).timeout(10000);
});

0 comments on commit b57a133

Please sign in to comment.