-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(test): Refactoring fixture() pattern to before/beforeEach pattern for tests #451
Conversation
…aside from Bridge.test.ts
All relevant unit tests have been converted from fixture to before/beforeEach. |
Co-authored-by: David <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #451 +/- ##
==========================================
+ Coverage 66.12% 66.48% +0.35%
==========================================
Files 102 102
Lines 2787 2787
Branches 328 328
==========================================
+ Hits 1843 1853 +10
+ Misses 871 860 -11
- Partials 73 74 +1
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Congrats, your important contribution to this open-source project has earned you a GitPOAP! GitPOAP: 2022 Taiko Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
No description provided.