File tree Expand file tree Collapse file tree 4 files changed +195
-432
lines changed Expand file tree Collapse file tree 4 files changed +195
-432
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ commands:
107107 - run :
108108 name : Create and activate virtualenv
109109 command : |
110- set -x
111- pwd
112- cat /home/circleci/.pyenv/libexec/pyenv-version-name
113110 virtualenv ci
114111 . ci/bin/activate
115112 pip install six lxml flake8 tox pytest black .[test]
Original file line number Diff line number Diff line change 11module . exports = {
2- setupFiles : [ "./jest.setup.js" ]
2+ setupFiles : [ "./jest.setup.js" ] ,
3+ reporters : [
4+ "default" ,
5+ [ "jest-junit" , { "outputDirectory" : "./test-results/jest" } ]
6+ ]
37} ;
Original file line number Diff line number Diff line change 2020 "eslint-plugin-jest" : " ^24.3.6" ,
2121 "eslint-plugin-jsx-a11y" : " ^6.4.1" ,
2222 "eslint-plugin-react" : " ^7.22.0" ,
23- "prettier" : " ^2.2.1" ,
24- "jsdom" : " ^24.0.0" ,
2523 "jest" : " ^29.7.0" ,
26- "jest-environment-jsdom" : " ^29.7.0"
24+ "jest-environment-jsdom" : " ^29.7.0" ,
25+ "jest-junit" : " ^16.0.0" ,
26+ "jsdom" : " ^24.0.0" ,
27+ "prettier" : " ^2.2.1"
2728 },
2829 "main" : " notebooker/index.js" ,
2930 "scripts" : {
You can’t perform that action at this time.
0 commit comments