From 0cf051171f4bbd3c110749794a4761b811d00015 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 8 Oct 2016 00:05:35 -0400 Subject: [PATCH] Update Jasmine link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1467f75..663c80b 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Other topics 1. 单元测试 - [Mocha](http://visionmedia.github.io/mocha/) - - [Jasmine](http://pivotal.github.io/jasmine/) | [Intro](http://www.sitepoint.com/testing-javascript-jasmine-travis-karma/) + - [Jasmine](https://jasmine.github.io/) | [Intro](http://www.sitepoint.com/testing-javascript-jasmine-travis-karma/) - [QUnit](https://qunitjs.com/) | [Intro](http://www.sitepoint.com/getting-started-qunit/) - Tape - Jest - React组件单元测试