-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): Refactoring fixture() pattern to before/beforeEach pa…
…ttern for tests (#451) * refactor libbridgedata tests * fixed bug where since describe block is async, mocha doesn't run tests * converted all bridge related tests from fixture to before/beforeEach aside from Bridge.test.ts * refactored L1 unit tests from fixtures to before/beforeEach * refactor remaining L2, thirdparty test fixtures to before/beforeEach * simplify * Apply suggestions from code review Co-authored-by: David <[email protected]> * fix Co-authored-by: David <[email protected]>
- Loading branch information
1 parent
f9dd4e0
commit 19de694
Showing
16 changed files
with
278 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.