-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix chai to version 4.4.0 in Brink external test
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,9 @@ function brink_test | |
yarn add hardhat-gas-reporter | ||
|
||
# TODO: Remove when https://github.com/brinktrade/brink-core/issues/48 is fixed. | ||
yarn add chai | ||
# TODO: Chai is ESM-only since version 5.x (see: https://github.com/chaijs/chai/issues/1561#issuecomment-1871134261), | ||
# thus, we should stick to version 4.x until Brink and other dependencies also migrate to ESM. | ||
yarn add [email protected] | ||
|
||
replace_version_pragmas | ||
|
||
|