Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caspervonb/6to5-mocha
6to5 mocha guide
https://github.com/caspervonb/6to5-mocha
Last synced: about 2 months ago
JSON representation
6to5 mocha guide
- Host: GitHub
- URL: https://github.com/caspervonb/6to5-mocha
- Owner: caspervonb
- Created: 2015-01-04T10:28:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T10:39:59.000Z (about 10 years ago)
- Last Synced: 2024-05-01T13:00:16.389Z (9 months ago)
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 6to5-mocha
**package.json**
```json
{
"scripts": {
"test": "mocha --compilers js:6to5/register"
},
"dependencies": {
"6to5": "*",
"mocha": "*"
}
}
```