Fix 0x.js unused vars
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import * as chai from 'chai';
|
||||
import * as fs from 'fs';
|
||||
import HDWalletProvider = require('truffle-hdwallet-provider');
|
||||
|
||||
@@ -8,7 +7,6 @@ import {chaiSetup} from './utils/chai_setup';
|
||||
import {constants} from './utils/constants';
|
||||
|
||||
chaiSetup.configure();
|
||||
const expect = chai.expect;
|
||||
|
||||
// Those tests are slower cause they're talking to a remote node
|
||||
const TIMEOUT = 10000;
|
||||
|
Reference in New Issue
Block a user