Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cosmwallet/config-coverage

StylusFrost62MIT0.0.5

Common test coverage configuration for CosmWallet libraries.

readme

@cosmwallet/config-coverage

Common test coverage configuration for CosmWallet libraries.

Tool: nyc

Exposed CLI command:

  • cosmwallet-config-coverage

Usage

Add .nycrc:

{
  "extends": "@cosmwallet/config-coverage"
}

Use scipt above in package.json:

  "scripts": {
    "coverage": "cosmwallet-config-coverage"
  }