embark/test_apps/test_app/test
emizzle 75111569a2 feat(@embark/core): Support directives in ENS config
Support directives in ENS configurations, such that subdomains can be registered to addresses of deployed tokens.

The following directives are supported:
```
"register": {
      "rootDomain": "embark.eth",
      "subdomains": {
        "status": "0x4a17f35f0a9927fb4141aa91cbbc72c1b31598de",
        "mytoken": "$MyToken",
        "MyToken2": "$MyToken2"
      }
    }
```

Add unit test for these directives.
2018-12-07 10:21:47 -05:00
..
another_storage_spec.js Remove test 2018-10-23 10:17:26 +02:00
array_references_spec.js catch $accounts in contract config 2018-08-21 16:09:49 -04:00
embarkJS_spec.js refactor(test): make embarkJS importable in tests 2018-11-30 15:45:19 -05:00
http_contract_test.js fix(ci): make CI happy again by updating http paths to master branch 2018-11-09 04:47:54 -05:00
interface_spec.js fix web3 being reseted every test and fix ens failing on web3 reset 2018-10-22 19:54:48 +02:00
lib_test_spec.js conflicts in tests 2018-06-07 16:14:42 -04:00
namesystem_spec.js feat(@embark/core): Support directives in ENS config 2018-12-07 10:21:47 -05:00
plugin_storage_spec.js conflicts in tests 2018-06-07 16:14:42 -04:00
simple_storage_deploy_spec.js Fix embark test using node option 2018-09-12 15:03:17 +01:00
simple_storage_spec.js enable self-referencing contracts in onDeploy 2018-10-25 19:11:49 -04:00
token_spec.js enable self-referencing contracts in onDeploy 2018-10-25 19:11:49 -04:00