Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/es6-test-sample

A sample project for es6 testing with webpack babel work flow
https://github.com/chemzqm/es6-test-sample

Last synced: 10 days ago
JSON representation

A sample project for es6 testing with webpack babel work flow

Awesome Lists containing this project

README

        

# Sample for modern es6 code testing

[![Coverage Status](https://coveralls.io/repos/chemzqm/es6-test-sample/badge.svg?branch=master&service=github)](https://coveralls.io/github/chemzqm/es6-test-sample?branch=master)

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

![iterm](https://cloud.githubusercontent.com/assets/251450/10559236/77848342-751e-11e5-8a37-83f5dabd59fd.png)

![screen shot](https://cloud.githubusercontent.com/assets/251450/10559254/f56c2166-751e-11e5-89ed-83cabd31e324.png)

using:

* [babel](http://babeljs.io/)
* [mocha](https://mochajs.org/)
* [webpack](http://webpack.github.io/)
* [karma](http://karma-runner.github.io/0.13/index.html)
* [istanbul](https://github.com/gotwarlost/istanbul)
* [coveralls](https://coveralls.io)

## Usage

npm install
make test-node
make test-webpack
make test-webpack-dev
make test-karma

to get the test results

## License

WTFPL