@platform/test
v0.3.2
Published
Configuration module containing test related modules.
Downloads
133
Readme
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"
}
}