Skip to content

Commit f5849e0

Browse files
jrainvilleiurimatias
authored andcommitted
fix(@embark/test-dapp): fix test_dapp broken for ENS resolve
1 parent 42bd3b7 commit f5849e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dapps/tests/app/test/token_spec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ const Test = require('Embark/contracts/Test');
88
const SomeContract = require('Embark/contracts/SomeContract');
99

1010
config({
11+
namesystem: {
12+
enabled: true,
13+
register: {
14+
rootDomain: "embark.eth"
15+
}
16+
},
1117
contracts: {
1218
deploy: {
1319
ZAMyLib: {},

0 commit comments

Comments
 (0)