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

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

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.