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

https://github.com/markbrown4/test-simple

Testing front-end code with jsdom, mocha and es6
https://github.com/markbrown4/test-simple

Last synced: about 2 months ago
JSON representation

Testing front-end code with jsdom, mocha and es6

Awesome Lists containing this project

README

          

Run the tests

```sh
npm install
npm test
```

Run the "app" in the browser

```sh
npm run compile
npm install live-server
live-server
```

The tests

- math module with no dependencies
- dom module that uses jquery
- api module that uses fetch