mirror of https://github.com/embarklabs/embark.git
remove unsused require
This commit is contained in:
parent
9542448798
commit
016f45175b
|
@ -4,7 +4,6 @@ const TestLogger = require('./test_logger.js');
|
|||
const Web3 = require('web3');
|
||||
const constants = require('../constants');
|
||||
const Events = require('../core/events');
|
||||
const cloneDeep = require('clone-deep');
|
||||
const AccountParser = require('../utils/accountParser');
|
||||
// TODO: breaks module isolation; tests need to be refactored to use the engine and avoid this
|
||||
const Provider = require('../modules/blockchain_connector/provider.js');
|
||||
|
|
Loading…
Reference in New Issue