Skip to content

Commit

Permalink
Fix chai to version 4.4.0 in Brink external test
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs authored and aarlt committed Jan 22, 2024
1 parent b51ab0e commit 6e0ff5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/externalTests/brink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e0ff5b

Please sign in to comment.