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

https://github.com/tsui66/test-example-for-nodejs

All Roads Lead to JavaScript.
https://github.com/tsui66/test-example-for-nodejs

docs json-schema nodejs test-framework

Last synced: about 1 month ago
JSON representation

All Roads Lead to JavaScript.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/BigcoorLabs/test-example-for-nodejs.svg?branch=master)](https://travis-ci.org/bigcoorDev/test-example-for-nodejs)
[![Coverage Status](https://coveralls.io/repos/github/bigcoorDev/test-example-for-nodejs/badge.svg)](https://coveralls.io/github/bigcoorDev/test-example-for-nodejs)
# test-example-for-nodejs
始于测试,不止于探索。

## technology stack:

- [express](http://www.expressjs.com.cn/4x/api.html)
- [ES2015 && babel6](https://babeljs.io/docs/learn-es2015/)
- [ajv](https://github.com/epoberezkin/ajv)
- [JSON Schema](https://spacetelescope.github.io/understanding-json-schema/)
- [travis-ci](https://travis-ci.org/bigcoorDev/test-example-for-nodejs)
- [coveralls](https://github.com/nickmerwin/node-coveralls)
- [heroku](https://www.heroku.com/)
- [istanbul](https://github.com/gotwarlost/istanbul)

## Ref

- [Understanding JSON Schema](https://spacetelescope.github.io/understanding-json-schema/)
- [Ignoring code for coverage purposes](https://github.com/gotwarlost/istanbul/blob/master/ignoring-code-for-coverage.md)