Fix 0x.js unused vars

This commit is contained in:
Leonid Logvinov
2017-12-15 13:14:57 +01:00
parent c36d85a46c
commit 274aa50d74
25 changed files with 13 additions and 94 deletions

View File

@@ -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;