@0x/contracts-test-utils: Tweak mocha blockchain extensions tests.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { blockchainTests, BlockchainTestsEnvironment, expect } from '../../src';
|
||||
|
||||
// tslint:disable: no-default-export completed-docs
|
||||
export function define(env: BlockchainTestsEnvironment): void {
|
||||
export function append(env: BlockchainTestsEnvironment): void {
|
||||
blockchainTests('imported subtests', subtestsEnv => {
|
||||
it('shares the same environment object', () => {
|
||||
expect(subtestsEnv).to.eq(env);
|
||||
|
||||
Reference in New Issue
Block a user