Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# 6to5-mocha

**package.json**

```json
{
"scripts": {
"test": "mocha --compilers js:6to5/register"
},
"dependencies": {
"6to5": "*",
"mocha": "*"
}
}
```