Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemzqm/es6-test-sample
- Owner: chemzqm
- Created: 2015-10-17T01:06:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-12T18:55:00.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T21:20:28.515Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
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-karmato get the test results
## License
WTFPL