@0x/contracts-test-utils
: Create blockchainTests
mocha fixture directive.
`@0x/contracts-test-utils`: Automatically call `chaiSetup.configure()`. `@0x/contracts-test-utils`: Export `expect` as an alias for `chai.expect`.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import * as chai from 'chai';
|
||||
import * as _ from 'lodash';
|
||||
|
||||
import { chaiSetup } from './chai_setup';
|
||||
|
||||
chaiSetup.configure();
|
||||
const expect = chai.expect;
|
||||
import { expect } from './chai_setup';
|
||||
|
||||
class Value<T> {
|
||||
public value: T;
|
||||
|
Reference in New Issue
Block a user