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

https://github.com/damassi/karma-babel-webpack-scaffold

Karma + Jasmine + Babel + Webpack test scaffold
https://github.com/damassi/karma-babel-webpack-scaffold

Last synced: about 1 year ago
JSON representation

Karma + Jasmine + Babel + Webpack test scaffold

Awesome Lists containing this project

README

          

# karma-babel-webpack-scaffold
Karma + Jasmine + Babel + Webpack test scaffold

### Setup
```
npm install
npm test
```
Tests should be co-located with sources `src` and are placed typically within a `__test__` directory.