@0x/contracts-test-utils: Fix blockchainTests fork config to work with other tests.

This commit is contained in:
Lawrence Forman
2020-02-06 01:55:55 -05:00
parent d94a26f0f4
commit bf9b4b993f
4 changed files with 43 additions and 17 deletions

View File

@@ -33,11 +33,11 @@ enum DydxAssetReference {
const MAKER_ADDRESS = '0x3a9F7C8cA36C42d7035E87C3304eE5cBd353a532';
blockchainTests.config = {
blockchainTests.configure({
fork: {
unlockedAccounts: [MAKER_ADDRESS],
},
};
});
blockchainTests.fork('DevUtils dydx order validation tests', env => {
const { ZERO_AMOUNT: ZERO } = constants;