tweaks to readme

This commit is contained in:
Geoff Doty 2018-04-02 05:21:42 -04:00
parent faf34affa8
commit 30fa89f253
1 changed files with 8 additions and 12 deletions

View File

@ -10,12 +10,13 @@
- Works with CommonJS (aka NodeJS) - Works with CommonJS (aka NodeJS)
- Less than 100 lines - Less than 100 lines
- Single File - Single File
- 2kb footprint (before gzip) - No Dependicies
- Pipe output custom reporter - 2kb footprint (*before gzip*)
- Extend with custom reporters
**No Bloat Here!** **No Bloat Here!**
> Go [get it](https://raw.githubusercontent.com/n2geoff/testit/master/src/testit.min.js) - [Download Now Available](https://raw.githubusercontent.com/n2geoff/testit/master/src/testit.min.js)
## Usage ## Usage
@ -71,8 +72,8 @@ test.it({
```json ```json
{ {
"pass": ['list of passed tests', ...], "pass": ["list of passed tests", "..."],
"fail": ['list of errored tests', ...], "fail": ["list of errored tests", "..."],
} }
``` ```
@ -101,14 +102,9 @@ Please open [an issue](https://github.com/n2geoff/testit/issues/new) for support
## Contributing ## Contributing
Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to realize there many project support files missing, such as Anyone is welcome to contribute, however, if you decide to get involved, please take a moment to realize these are early days, so...
- Linting ...enter at your own peril!
- Minification
- Typings
- ect...
Enter at your own peril
## License ## License