From 33a4984300b6913eeb512973d4e3f95a94f7bb36 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Mon, 2 Jul 2018 00:13:50 -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 e4d6624..b259f04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Example app showing how to setup a test environment for an express.js application -It uses [cucumber.js](https://github.com/cucumber/cucumber-js) with [zombie.js](http://zombie.labnotes.org/) for integration testing, [mocha](http://visionmedia.github.com/mocha/) with [should.js](https://github.com/visionmedia/should.js) for unit testing on the server side, and [jasmine](http://pivotal.github.com/jasmine/) with [sinon](http://sinonjs.org/) for unit testing on the client side. +It uses [cucumber.js](https://github.com/cucumber/cucumber-js) with [zombie.js](http://zombie.labnotes.org/) for integration testing, [mocha](http://visionmedia.github.com/mocha/) with [should.js](https://github.com/visionmedia/should.js) for unit testing on the server side, and [jasmine](https://jasmine.github.io/) with [sinon](http://sinonjs.org/) for unit testing on the client side. ### Install