mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +00:00
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…
x
Reference in New Issue
Block a user