diff --git a/package.json b/package.json index b31f07b..c2c3b67 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lint": "npm run lint:js && npm run lint:css", "release": "release-it --non-interactive", "changelog": "auto-changelog -p", - "cypress:run": "cypress run", + "cypress:run": "cypress run --max_old_space_size=4096", "cypress:open": "cypress open" }, "dependencies": { diff --git a/scripts/test.sh b/scripts/test.sh index 4a01cd8..78c67e3 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -12,5 +12,5 @@ do done echo "Running End-to-End tests" -df -h + npm run test:e2e