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
- Host: GitHub
- URL: https://github.com/tylergaw/node-test-runner-demo
- Owner: tylergaw
- License: mit
- Created: 2023-09-26T16:34:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T17:33:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T23:11:11.095Z (over 1 year ago)
- Topics: nodejs, testing
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```