15 lines
No EOL
300 B
Markdown
15 lines
No EOL
300 B
Markdown
# testing
|
|
|
|
To run the tests in this directory, first install the dev dependencies with this command from the top-level directory:
|
|
|
|
```
|
|
npm install --dev
|
|
```
|
|
|
|
You'll also have to globally install [tap](https://github.com/isaacs/node-tap). `npm install tap -g`.
|
|
|
|
Run the unit tests with:
|
|
|
|
```
|
|
tap .
|
|
``` |