From d145dcdc97bf1ce41a81b2a3b23e2e359e71d9c9 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 12 Oct 2016 00:07:38 -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 664af56..cc4df86 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ghost-bridge Ghost-Bridge is a bridge for continuous testing / build server testing of JavaScript tests, it allows you to run your javascript tests from visual studio test tools like [Resharper](http://www.jetbrains.com/resharper/) and [NCrunch](http://www.ncrunch.net/), and also on your build server with no extra effort. # How does it work? -Ghost-Bridge uses a custom MS-Build target to ILGen a code stub hook for MSpec or NUnit that encapsulates the [Chutzpah](http://chutzpah.codeplex.com/) Test Runner, ( Chutzpah uses PhantomJs.exe and supports [QUnit](http://qunitjs.com/) and [Jasmine](http://pivotal.github.io/jasmine/) Javascript tests ) +Ghost-Bridge uses a custom MS-Build target to ILGen a code stub hook for MSpec or NUnit that encapsulates the [Chutzpah](http://chutzpah.codeplex.com/) Test Runner, ( Chutzpah uses PhantomJs.exe and supports [QUnit](http://qunitjs.com/) and [Jasmine](https://jasmine.github.io/) Javascript tests ) # .Net Versions