Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 7482e41

Browse files
committed
❓ try combining tests into single file
Getting an issue with Percy on “finalizing builds” - might be related to parallelization (https://docs.percy.io/docs/parallel-test-suites). So, try just moving the clientside tests into the `test_render` file
1 parent f8eb31a commit 7482e41

File tree

3 files changed

+225
-237
lines changed

3 files changed

+225
-237
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"format": "prettier --config .prettierrc --write src/**/*.js src/**/*.react.js",
1616
"format:test": "prettier --config .prettierrc src/**/*.js src/**/*.react.js --list-different",
1717
"test": "npm run lint",
18-
"test:py": "python -m unittest tests.test_clientside tests.test_render tests.test_race_conditions"
18+
"test:py": "python -m unittest -v tests.test_render tests.test_race_conditions"
1919
},
2020
"author": "chriddyp",
2121
"license": "MIT",

tests/test_clientside.py

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)