File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,6 @@ function ens_test
65
65
force_hardhat_compiler_settings " $config_file " " $( first_word " $SELECTED_PRESETS " ) "
66
66
yarn install
67
67
68
- # With ethers.js 5.6.2 many tests for revert messages fail.
69
- # TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
70
-
71
-
72
68
replace_version_pragmas
73
69
neutralize_packaged_contracts
74
70
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ function euler_test
78
78
force_hardhat_unlimited_contract_size " $config_file "
79
79
npm install
80
80
81
- # With ethers.js 5.6.2 many tests for revert messages fail.
82
- # TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
83
-
84
-
85
81
replace_version_pragmas
86
82
neutralize_packaged_contracts
87
83
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ function gnosis_safe_test
94
94
npm install
95
95
npm install hardhat-gas-reporter
96
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
+
97
101
# With ethers.js 5.6.2 many tests for revert messages fail.
98
102
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
99
103
You can’t perform that action at this time.
0 commit comments