mirror of https://github.com/embarklabs/embark.git
fix(@embark/test-dapp): fix test_dapp broken for ENS resolve
This commit is contained in:
parent
42bd3b7792
commit
f5849e0af7
|
@ -8,6 +8,12 @@ const Test = require('Embark/contracts/Test');
|
|||
const SomeContract = require('Embark/contracts/SomeContract');
|
||||
|
||||
config({
|
||||
namesystem: {
|
||||
enabled: true,
|
||||
register: {
|
||||
rootDomain: "embark.eth"
|
||||
}
|
||||
},
|
||||
contracts: {
|
||||
deploy: {
|
||||
ZAMyLib: {},
|
||||
|
|
Loading…
Reference in New Issue