mirror of https://github.com/embarklabs/embark.git
6e9635c12b
* refactor(@embark/dapps/tests/app): use function syntax These changes don't fix the race conditions related to the test dapp's tests but are a step in the right direction. * refactor(@embark/dapps/tests/contracts): adjustments to get tests passing Further refactoring is needed re: potentially duplicated or overlapping logic in `packages/plugins/solidity-tests` and `packages/core/utils/src/solidity/remapImports.ts`, as well in disabled test dapp tests * test(dapps/tests/app): temporarily disable intermittently failing tests They are failing because of a race condition; once that race condition has been fixed these tests should be reenabled. * fix(@embark/solidity-tests): fix importing the library for the tests |
||
---|---|---|
.. | ||
contracts | ||
privatenet | ||
rinkeby | ||
ropsten | ||
test | ||
.npmrc | ||
CHANGELOG.md | ||
README.md | ||
blockchain.json | ||
contracts.json | ||
embark.json | ||
ens.json | ||
package.json |
README.md
embark-dapp-test-contracts
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.