UNPKG

1.02 kBMarkdownView Raw
1![Module](https://img.shields.io/badge/%40platform-test-%23EA4E7E.svg)
2[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
3[![NPM](https://img.shields.io/npm/v/@platform/test.svg?colorB=blue&style=flat)](https://www.npmjs.com/package/@platform/test)
4
5![banner](https://user-images.githubusercontent.com/185555/69892775-ff12b300-136d-11ea-9b3b-bbc10651c6ad.png)
6
7Configuration package containing test related modules.
8
9
10## Install
11
12 yarn add @platform/ts
13 yarn add @platform/test
14
15<p>&nbsp;<p>
16
17## Commands
18See [@platform/ts](../ts) for test related commands you may want to add to `package.json`:
19
20```json
21{
22 "scripts: {
23 "test": "ts test",
24 "tdd": "ts test --watch",
25 "lint": "ts lint",
26 "build": "ts build",
27 "prepare": "ts prepare",
28 }
29}
30```
31
32Integration test commands:
33
34```json
35{
36 "scripts: {
37 "test:integration": "ts test --suffix INTEGRATION",
38 "tddi": "ts test --suffix INTEGRATION --watch"
39 }
40}
41```
42
43
44
45
46
47<p>&nbsp;<p>
48<p>&nbsp;<p>
49