remove unnecessary config
This commit is contained in:
parent
edbbaa160b
commit
3db8ccd44e
|
@ -2,10 +2,6 @@
|
|||
const SimpleStorage = embark.require('Embark/contracts/SimpleStorage');
|
||||
let accounts;
|
||||
|
||||
config((err, theAccounts) => {
|
||||
accounts = theAccounts;
|
||||
});
|
||||
|
||||
contract("SimpleStorage Deploy", function () {
|
||||
let SimpleStorageInstance;
|
||||
|
||||
|
|
Loading…
Reference in New Issue