mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-28 05:10:43 +00:00
* fix: fix tests hanging because the console is not started * fix(@embark/proxy): send back errors correctly to the client Code originally by @emizzle and fixed by me * feat(@embark/test-runner): add assert.reverts to test reverts * fix: make test app actually run its test and not hang * fix(@embark/proxy): fix listening to contract event in the proxy * feat(@embark/test-runner): add assertion for events being triggered * docs(@embark/site): add docs for the new assert functions * feat(@embark/test-runner): add increaseTime util function to globals * docs(@embark/site): add docs for increaseTime
embark-dapp-test-app
Test DApp for integration testing purposes
In the top-level of the monorepo
yarn globalize
to make development embark available on the global PATH.
In this directory
embark run
to check if everything is behaving as expected.
embark test
to see tests are working as expected.
Visit embark.status.im to get started with Embark.