Working on simulation to make it easier to follow the end-to-end tests. Mostly working.

This commit is contained in:
Greg Hysen
2019-06-25 23:13:36 -07:00
parent 74d9891e06
commit 8a2df9cd1f
16 changed files with 454 additions and 38 deletions

View File

@@ -22,8 +22,8 @@ import { ERC20Wrapper, ERC20ProxyContract } from '@0x/contracts-asset-proxy';
import { StakingContract } from '../src';
import { StakerActor } from './actors/StakerActor';
import { DelegatorActor } from './actors/DelegatorActor';
import { StakerActor } from './actors/staker_actor';
import { DelegatorActor } from './actors/delegator_actor';
chaiSetup.configure();
const expect = chai.expect;