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
- Host: GitHub
- URL: https://github.com/markbrown4/test-simple
- Owner: markbrown4
- Created: 2016-01-20T02:14:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T16:02:16.000Z (almost 10 years ago)
- Last Synced: 2025-12-27T05:56:57.058Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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