We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf23ed commit 6937799Copy full SHA for 6937799
test/externalTests/gnosis.sh
@@ -94,6 +94,10 @@ function gnosis_safe_test
94
npm install
95
npm install hardhat-gas-reporter
96
97
+ # Typescript compilation fails with typescript >= 4.7:
98
+ # Error: Debug Failure. False expression: Non-string value passed to `ts.resolveTypeReferenceDirective`
99
+ npm install "typescript@<4.7.0"
100
+
101
# With ethers.js 5.6.2 many tests for revert messages fail.
102
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
103
npm install [email protected]
0 commit comments