Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/tddexample
tddExample
https://github.com/yuanyu90221/tddexample
Last synced: 16 days ago
JSON representation
tddExample
- Host: GitHub
- URL: https://github.com/yuanyu90221/tddexample
- Owner: yuanyu90221
- Created: 2019-03-10T07:47:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-27T05:44:01.000Z (7 months ago)
- Last Synced: 2024-06-27T06:45:47.720Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```