Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulu-berlin/mocha-example
example repo for using mocha
https://github.com/lulu-berlin/mocha-example
Last synced: 10 days ago
JSON representation
example repo for using mocha
- Host: GitHub
- URL: https://github.com/lulu-berlin/mocha-example
- Owner: lulu-berlin
- Created: 2017-12-09T18:33:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T18:33:24.000Z (about 7 years ago)
- Last Synced: 2024-03-05T18:32:18.092Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to start?
1. Clone the repo.
2. Run the following:
```sh
npm install
npm test
```