Skip to content

Commit 361728a

Browse files
author
Sachin
authored
chore(tests): Add BasisModule <> SlippageIssuance Integration Tests (#229)
* Add BasisModule <> SlippageIssuance integration tests * Move semantic.yml to .github * Add test for redemption when funding is positive * Add test case: deposit entire withdrawn funding * Add test for update performance fee after withdrawing * Add tests for parity between getRequiredComponentsUnitsOffChain and actual amounts * Remove redundant tests; Add comments; Add redemption tests when funding is positive
1 parent 32df32d commit 361728a

File tree

5 files changed

+1119
-8
lines changed

5 files changed

+1119
-8
lines changed
File renamed without changes.

hardhat.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ const config: HardhatUserConfig = {
3535
allowUnlimitedContractSize: false,
3636
forking: (process.env.FORK) ? forkingConfig : undefined,
3737
accounts: getHardhatPrivateKeys(),
38+
gas: 12000000,
39+
blockGasLimit: 12000000
3840
},
3941
localhost: {
4042
url: "http://127.0.0.1:8545",
@@ -73,7 +75,7 @@ const config: HardhatUserConfig = {
7375
contractSizer: {
7476
runOnCompile: false,
7577
},
76-
78+
7779
mocha: mochaConfig,
7880

7981
// These are external artifacts we don't compile but would like to improve

0 commit comments

Comments
 (0)