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
- Host: GitHub
- URL: https://github.com/damassi/karma-babel-webpack-scaffold
- Owner: damassi
- Created: 2015-07-31T21:00:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T22:59:16.000Z (almost 11 years ago)
- Last Synced: 2025-02-07T12:36:50.252Z (over 1 year ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.