Fix readme
This commit is contained in:
parent
72e11e644a
commit
8faaba3dac
2 changed files with 1 additions and 3 deletions
|
@ -81,12 +81,10 @@ All of 6 tests passed!
|
||||||
|
|
||||||
There are four different outputs available:
|
There are four different outputs available:
|
||||||
|
|
||||||
```
|
|
||||||
* tape
|
* tape
|
||||||
* AVA
|
* AVA
|
||||||
* jest
|
* jest
|
||||||
* mocha (using chai)
|
* mocha (using chai)
|
||||||
```
|
|
||||||
|
|
||||||
Pull requests for other test runners are welcome.
|
Pull requests for other test runners are welcome.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "http://json.schemastore.org/package",
|
"$schema": "http://json.schemastore.org/package",
|
||||||
"name": "doctest-ts",
|
"name": "doctest-ts",
|
||||||
"version": "0.1.0",
|
"version": "0.3.0",
|
||||||
"description": "doctest support for typescript",
|
"description": "doctest support for typescript",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue