Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit efe8574

Browse files
committed
chore: use --max-old-space-size to run tests
1 parent 6572b15 commit efe8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ipfs": false
1313
},
1414
"scripts": {
15-
"test": "aegir test",
15+
"test": "node --max-old-space-size=8192 $(npm bin)/aegir test",
1616
"test:node": "aegir test -t node",
1717
"test:browser": "node --max-old-space-size=8192 $(npm bin)/aegir test -t browser",
1818
"test:webworker": "node --max-old-space-size=8192 $(npm bin)/aegir test -t webworker",

0 commit comments

Comments
 (0)