-
Notifications
You must be signed in to change notification settings - Fork 278
chore(tests): remove duplication #321
Copy link
Copy link
Closed
Description
Description
Our tests throughout the codebase have two sources of duplication:
- Multiple test harnesses all starting up a node of subset of one
- The test harnesses have duplicate setup to our full node in the runner
For 1) we should combine them all into a single test harness (in test-utils). For 2) we should update that single test harness to use the same setup as the runner to make the tests as similar to a production node as possible. I have a WIP for 1) here. Will finish this up tomorrow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels