@platform/test

v0.2.1
Configuration module containing test related modules.

Module License: MIT NPM

banner

Configuration package containing test related modules.

Install

yarn add @platform/ts
yarn add @platform/test

 

Commands

See @platform/ts for test related commands you may want to add to package.json:

{
  "scripts: {
    "test": "ts test",
    "tdd": "ts test --watch",
    "lint": "ts lint",
    "build": "ts build",
    "prepare": "ts prepare",
  }
}

Integration test commands:

{
  "scripts: {
    "test:integration": "ts test --suffix INTEGRATION",
    "tddi": "ts test --suffix INTEGRATION --watch"
  }
}

 

 

npm i @platform/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/16/2020

Downloads

Maintainers