update docs
This commit is contained in:
parent
baf56089d7
commit
8be85e1b35
@ -21,14 +21,16 @@ tap bundled for tapbuffer
|
|||||||
## Usage
|
## Usage
|
||||||
Use TypeScript for best in class instellisense.
|
Use TypeScript for best in class instellisense.
|
||||||
|
|
||||||
note this package includes
|
This package includes
|
||||||
|
|
||||||
* tap
|
* tap compatible testing framework written in TypeScript
|
||||||
* chai
|
* npm package chai
|
||||||
* chai-as-promised
|
* npm package chai-as-promised
|
||||||
* @types/tap
|
* npm package @types/tap
|
||||||
* @types/chai
|
* npm pacakge @types/chai
|
||||||
* @types/chai-as-promised
|
* npm package @types/chai-as-promised
|
||||||
|
|
||||||
|
In other words: This pacakge is fully typed :)
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
import {tap, expect} from 'tapbundle' // has typings in place
|
import {tap, expect} from 'tapbundle' // has typings in place
|
||||||
|
Loading…
Reference in New Issue
Block a user