embark/packages/plugins/coverage
Michael Bradley, Jr 9f2a5949c2 build: specify missing test action in relevant package.json "qa" scripts
It's a relevant `package.json` if the package has a test suite. If `test` isn't
specified then the tests won't run in CI (they have't been running).

Include a fix for one failing test in `packages/plugins/ens` and two failing
test in `packages/stack/deployment`. In all three cases, the mock embark
object's config needed a `blockchainConfig` section with `{ enabled: true }`.
2019-12-11 14:01:12 -06:00
..
src feat(@embark/embark-rpc-manager): Add support for `eth_signTypedData_v3` 2019-11-18 13:36:37 -06:00
.npmrc move rest of the packages to their logical folders (#1886) 2019-09-07 15:45:25 -04:00
CHANGELOG.md chore(release): 5.0.0-alpha.3 2019-12-06 06:15:07 -05:00
README.md build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00
package.json build: specify missing test action in relevant package.json "qa" scripts 2019-12-11 14:01:12 -06:00
tsconfig.json move rest of the packages to their logical folders (#1886) 2019-09-07 15:45:25 -04:00
tslint.json move rest of the packages to their logical folders (#1886) 2019-09-07 15:45:25 -04:00

README.md

embark-coverage

Code coverage capabilities for Embark

Visit embark.status.im to get started with Embark.

Contracts in test/fixture/contracts are from OpenZeppelin and Gnosis Prediction Markets