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