From a2c1eca1c1d095aaafddb4313197b24167dffdcc Mon Sep 17 00:00:00 2001 From: JimmyLv Date: Tue, 16 Jul 2019 20:21:19 +0800 Subject: [PATCH] #323 add references --- ...-strategy-and-practice-06-execution-suggestion.md" | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git "a/\345\211\215\347\253\257/2019-07-16-vue-application-unit-test-strategy-and-practice-06-execution-suggestion.md" "b/\345\211\215\347\253\257/2019-07-16-vue-application-unit-test-strategy-and-practice-06-execution-suggestion.md" index c1f780d5..d4f7392d 100644 --- "a/\345\211\215\347\253\257/2019-07-16-vue-application-unit-test-strategy-and-practice-06-execution-suggestion.md" +++ "b/\345\211\215\347\253\257/2019-07-16-vue-application-unit-test-strategy-and-practice-06-execution-suggestion.md" @@ -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/) +