embark/dapps
Pascal Precht b021689387 feat(@embark/test-runner): introduce artifacts.require API
This commit adds a convenience API `artifacts.require(name)` that aims to make
requiring artifacts a little bit more straight forward.

Usage:

```
const SimpleStorage = artifacts.require('SimpleStorage');
const EmbarkJS = artifacts.require('EmbarkJS');
```
2020-02-12 14:17:30 -05:00
..
templates feat(@embark/test-runner): introduce artifacts.require API 2020-02-12 14:17:30 -05:00
tests feat(@embark/test-runner): introduce artifacts.require API 2020-02-12 14:17:30 -05:00
.gitignore fix(@embark/cmd-controller): exit build if afterDeploy is not array 2020-02-04 12:46:49 -05:00
.yarnrc build: make DApp templates member packages of the monorepo 2019-03-05 10:20:57 -06:00