Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit a5d8d52

Browse files
committed
test(memory): Fix test-memory script.
1 parent 12c5a9e commit a5d8d52

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
@@ -48,7 +48,7 @@
4848
"test-integration-no-resend": "jest --forceExit --testTimeout=10000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent|gap|Gap)).)*$' test/integration/*.test.*",
4949
"test-integration-resend": "jest --forceExit --testTimeout=15000 --testNamePattern='(resend|Resend|resent|Resent)' test/integration/*.test.*",
5050
"test-integration-dataunions": "jest --forceExit --testTimeout=15000 --runInBand test/integration/dataunion",
51-
"test-memory": "node --gc-global --predictable-gc-schedule node_modules/.bin/jest --forceExit --testTimeout=15000 --runInBand test/integration/dataunion",
51+
"test-memory": "node --gc-global --predictable-gc-schedule node_modules/.bin/jest test/memory",
5252
"test-flakey": "jest --forceExit test/flakey/*",
5353
"test-browser": "node ./test/browser/server.js & node node_modules/nightwatch/bin/nightwatch ./test/browser/browser.js && pkill -f server.js",
5454
"install-example": "cd examples/webpack && npm ci",

0 commit comments

Comments
 (0)