Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```