Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
kira-m committed Nov 24, 2023
1 parent 3bc8956 commit 132dd45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
JEST_JUNIT_OUTPUT_DIR: ./test-results/
JEST_JUNIT_ADD_FILE_ATTRIBUTE: "true"
name: "Run tests"
command: cd app && npm run test
command: cd app && npm run test-ci
- run:
command: ls -a
- store_artifacts:
path: app/test-results/
- store_test_results:
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"eject": "react-scripts eject",
"lint": "eslint --fix .",
"lint-ci": "eslint --quiet",
"test-ci": "react-scripts test --coverage --reporters=default --reporters=jest-junit"
"test-ci": "jest --runInBand --coverage --reporters=default --reporters=jest-junit"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 132dd45

Please sign in to comment.