Skip to content

Commit

Permalink
fix(@embark/test-dapp): fix test_dapp broken for ENS resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville authored and iurimatias committed Jan 16, 2020
1 parent 42bd3b7 commit f5849e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dapps/tests/app/test/token_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit f5849e0

Please sign in to comment.