Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demongodyy/parkinglot
Tdd Parkinglot Project
https://github.com/demongodyy/parkinglot
Last synced: 14 days ago
JSON representation
Tdd Parkinglot Project
- Host: GitHub
- URL: https://github.com/demongodyy/parkinglot
- Owner: demongodYY
- Created: 2018-08-27T06:19:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T04:45:51.000Z (about 6 years ago)
- Last Synced: 2024-10-16T22:08:12.952Z (23 days ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 停车场问题的 TDD 训练
## 技术基础
- Javascript 语法基础
- JS 面向对象编程
- chai 测试框架 should 断言使用
## 目录结构
- test/ 测试用例文件目录
- lib/ 实现代码文件目录
- desc.md 任务描述,请根据顺序逐渐添加测试用例实现
## 运行方法
- ```npm install```
- ```npm run test``` or ```npm run test-w```
## 训练方法
- 建立自己的分支进行开发,先写测试用例,再进行实现
- 写完自己的之后可以对比其他人的分支