https://github.com/gregonnet/js-unit-test-playground
A place where I can get deeper into javascript unit testing
https://github.com/gregonnet/js-unit-test-playground
Last synced: 6 months ago
JSON representation
A place where I can get deeper into javascript unit testing
- Host: GitHub
- URL: https://github.com/gregonnet/js-unit-test-playground
- Owner: GregOnNet
- Created: 2015-09-03T05:45:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T05:48:37.000Z (almost 11 years ago)
- Last Synced: 2025-01-23T13:25:10.077Z (over 1 year ago)
- Language: HTML
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What's this about?
These are the first steps to run javascript tests inside the browser.
## Getting started
```sh
$ npm install
$ npm test
```
## Troubleshooting
If `npm test` does not work simply open `runner.html` in your browser.