From 9ba45945e9eaa8ea45a8a3ed8490f65beecfe479 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 18 Aug 2019 18:48:00 +0800 Subject: [PATCH] add Chinese Jest work with AngularJS tutorial (#8828) --- docs/TestingFrameworks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TestingFrameworks.md b/docs/TestingFrameworks.md index dac35b278588..2054e0c9c43c 100644 --- a/docs/TestingFrameworks.md +++ b/docs/TestingFrameworks.md @@ -14,6 +14,7 @@ Although Jest may be considered a React-specific test runner, in fact it is a un - [Testing an AngularJS app with Jest](https://medium.com/aya-experience/testing-an-angularjs-app-with-jest-3029a613251) by Matthieu Lux ([@Swiip](https://twitter.com/Swiip)) - [Running AngularJS Tests with Jest](https://engineering.talentpair.com/running-angularjs-tests-with-jest-49d0cc9c6d26) by Ben Brandt ([@benjaminbrandt](https://twitter.com/benjaminbrandt)) +- [AngularJS Unit Tests with Jest Actions (Traditional Chinese)](https://dwatow.github.io/2019/08-14-angularjs/angular-jest/?fbclid=IwAR2SrqYg_o6uvCQ79FdNPeOxs86dUqB6pPKgd9BgnHt1kuIDRyRM-ch11xg) by Chris Wang ([@dwatow](https://github.com/dwatow)) ## Angular