Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Updating test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Jan 8, 2019
1 parent cfb369e commit 35e458f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os:
- linux
- osx
language: node_js
node_js:
- "7"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A set of dev tools for API console",
"main": "main.js",
"scripts": {
"test": "mocha 'test/*.test.js' --reporter spec"
"test": "node --max-old-space-size=2048 node_modules/.bin/_mocha 'test/*.test.js' --reporter spec --max-old-space-size=4096"
},
"engines": {
"node": ">=6.4.0"
Expand Down

0 comments on commit 35e458f

Please sign in to comment.