mirror of
https://github.com/embarklabs/embark.git
synced 2025-03-03 06:40:48 +00:00
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'); ```
embark-mocha-test-runner
Mocha Test Runner
Visit framework.embarklabs.io to get started with Embark.