Skip to content

Commit

Permalink
#323 add references
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Jul 16, 2019
1 parent b21661e commit a2c1eca
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,14 @@ TDD(测试驱动开发)的步骤如下,能够时刻给予开发者反馈
**\## Vue 单元测试的落地**

* [x] \### 应用测试策略落地的几点建议

## 参考资料

> 本文是[【草稿】React 应用单元测试策略](https://github.com/linesh-simplicity/linesh-simplicity.github.io/issues/200)的姊妹篇。除此之外,还有两个原因:1. 上次在FCC社区讲TDD的时候说过单元测试的部分太干不适合讲,而是更适合写成博客文章作为技术参考;2. 公司内部已全线使用Vue技术栈作为产品开发的前端框架,而单元测试却因周期较紧而不得已暂且搁置。
- 特别鸣谢:[React 单元测试策略及落地 - 👍👍Linesh 的博客👍👍](https://blog.linesh.tw/#/post/2018-07-13-react-unit-testing-strategy)
- [「技术雷达」之使用 Enzyme 测试 React(Native)组件 | 吕立青的博客](https://blog.jimmylv.info/2016-12-07-react-testing-with-enzyme/)
- [【译】什么是 Flux 架构?(兼谈 DDD 和 CQRS) | 吕立青的博客](https://blog.jimmylv.info/2016-07-07-what-the-flux-on-flux-ddd-and-cqrs/)
- [【译】整洁代码:JavaScript 当中的面向对象设计原则(S.O.L.I.D) | 吕立青的博客](https://blog.jimmylv.info/2017-01-08-clean-code-javascript-classes-design-principles/)
- [Testing JavaScript with Kent C. Dodds](https://testingjavascript.com/)

0 comments on commit a2c1eca

Please sign in to comment.