mirror of https://github.com/n2geoff/testit.git
tweak readme
This commit is contained in:
parent
38fdebe0d9
commit
823c722c13
|
@ -37,7 +37,7 @@ test.it({
|
||||||
}
|
}
|
||||||
}).run();
|
}).run();
|
||||||
```
|
```
|
||||||
> NOTE: `run()` can be called elsewhere, see [tests/](test/runner.html)
|
> NOTE: `run()` can be called elsewhere, see [tests/](test/run.html)
|
||||||
|
|
||||||
by default, your test results are logged to the console
|
by default, your test results are logged to the console
|
||||||
|
|
||||||
|
@ -141,4 +141,3 @@ Anyone is welcome to contribute, however, if you decide to get involved, please
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue