Working on simulation to make it easier to follow the end-to-end tests. Mostly working.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user