@platform/test
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

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"
  }
}

 

 

Readme

Keywords

none

Package Sidebar

Install

npm i @platform/test

Weekly Downloads

21

Version

0.3.2

License

MIT

Unpacked Size

7.4 kB

Total Files

17

Last publish

Collaborators

  • philcockfield