Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonymtz/nodeunit-test

Just to remember how testing with nodeunit. Coded used on a workshop.
https://github.com/tonymtz/nodeunit-test

Last synced: 4 days ago
JSON representation

Just to remember how testing with nodeunit. Coded used on a workshop.

Awesome Lists containing this project

README

        

Before:
```bash
sudo npm install nodeunit -g
```

To run:
```bash
nodeunit cat.test.js
```