Skip to content

Commit

Permalink
Merge pull request #400 from adhocteam/frontend-test-optimization
Browse files Browse the repository at this point in the history
Frontend test optimization (ENOMEM)
  • Loading branch information
matthinz authored Aug 25, 2021
2 parents 234a828 + 2aa6adf commit d7bc6cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- store_artifacts:
path: coverage/
test_frontend:
executor: docker-postgres-executor
executor: docker-executor
steps:
- attach_workspace:
at: .
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build && mv build/ ../build/server/client",
"eject": "react-scripts eject",
"test": "cross-env TZ=America/New_York react-scripts test",
"test:ci": "cross-env JEST_JUNIT_OUTPUT_DIR=reports JEST_JUNIT_OUTPUT_NAME=unit.xml CI=true yarn test --coverage --reporters=default --reporters=jest-junit",
"test:ci": "cross-env TZ=America/New_York JEST_JUNIT_OUTPUT_DIR=reports JEST_JUNIT_OUTPUT_NAME=unit.xml CI=true node --expose-gc ./node_modules/.bin/react-scripts test --coverage --reporters=default --reporters=jest-junit --logHeapUsage",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"lint:ci": "eslint -f eslint-formatter-multiple src"
Expand Down

0 comments on commit d7bc6cd

Please sign in to comment.