Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuanyu90221/tddexample

tddExample
https://github.com/yuanyu90221/tddexample

Last synced: 16 days ago
JSON representation

tddExample

Awesome Lists containing this project

README

        

# TDD Example

this is a example , tdd with mocha and chai

# This Developing process is Write Requirement test First

1 Write test for requirement checking

2 Implemnets miniute fulfilled code and check

3 after checking is ok
combine the logic

# how to run

```
npm run mocha ${test-file-name}
```