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

https://github.com/tylergaw/node-test-runner-demo

A small demo of the native node test runner
https://github.com/tylergaw/node-test-runner-demo

nodejs testing

Last synced: 2 months ago
JSON representation

A small demo of the native node test runner

Awesome Lists containing this project

README

          

# Native Node Test Runner Demo

A small demo of the native node test runner.

**Run tests**

```bash
npm test
```

**Watch and run tests**

```bash
npm test:watch
```