Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertfoobar/es6-karma-jasmine-webpack-babel-istanbul-coverage-boilerplate
Boilerplate for an es6 repo tested with karma jasmine including instanbul coverage reporting
https://github.com/robertfoobar/es6-karma-jasmine-webpack-babel-istanbul-coverage-boilerplate
babel boilerplate coverage es6 jasmine javascript karma webpack webpack2
Last synced: 25 days ago
JSON representation
Boilerplate for an es6 repo tested with karma jasmine including instanbul coverage reporting
- Host: GitHub
- URL: https://github.com/robertfoobar/es6-karma-jasmine-webpack-babel-istanbul-coverage-boilerplate
- Owner: robertfoobar
- Created: 2018-08-14T14:08:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T14:17:04.000Z (about 6 years ago)
- Last Synced: 2024-09-28T22:01:17.532Z (about 1 month ago)
- Topics: babel, boilerplate, coverage, es6, jasmine, javascript, karma, webpack, webpack2
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ES6 Karma Jasmine Webpack Babel Instanbul Coverage Boilerplate
This boilerplate is useful if you want to have a testable stack based on vanilla ES6. It's Sonar Cube compatible and comes with jasmine-ajax for mocking Http Apis.## Prerequisites
* I'm using Node >=v8.9.1 (might work with older versions too)
* Install [Karma-CLI](https://www.npmjs.com/package/karma-cli) ```npm i -g karma-cli```## Running Tests
```
$ npm run test:coverage
```