File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ // Jest was configured in 74d3967f (Sept 2024) but no Jest tests were ever written.
2+ // This config excludes Playwright e2e tests which Jest cannot parse.
3+ module . exports = {
4+ testEnvironment : "jsdom" ,
5+ testPathIgnorePatterns : [ "/node_modules/" , "/tests/e2e/" ] ,
6+ } ;
Original file line number Diff line number Diff line change 1717 "format" : " prettier --write . --cache" ,
1818 "format:python" : " ./scripts/format-python.sh" ,
1919 "prepare" : " husky" ,
20- "test" : " jest --runInBand" ,
20+ "test" : " jest --runInBand --passWithNoTests " ,
2121 "build-brc-db" : " esrun catalog/build/ts/build-catalog.ts" ,
2222 "build-ga2-db" : " esrun catalog/ga2/build/ts/build-catalog.ts" ,
2323 "build-brc-from-ncbi" : " python3 -m catalog.build.py.build_files_from_ncbi" ,
You can’t perform that action at this time.
0 commit comments