From a824e010d94bffa1846bacc9906d837cb90306f2 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Wed, 18 Jul 2018 02:07:23 -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 d0ac16a..a2b1c4d 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ You can extend the Dancer prototype by calling the static method `addPlugin( nam Development --- -This project uses [grunt](https://github.com/cowboy/grunt) to build and [jasmine](http://pivotal.github.com/jasmine/) for testing. Run `grunt` from the project root to lint and build files. A CLI for testing would be awesome, but Mozilla and WebKit implementations differ greatly -- go to `spec/index.html` in Mozilla/WebKit browsers to test. All tests should pass in Chrome and Firefox (95% of the time) -- Flash implementations are much more annoying, need to have cleaned up tests. +This project uses [grunt](https://github.com/cowboy/grunt) to build and [jasmine](https://jasmine.github.io/) for testing. Run `grunt` from the project root to lint and build files. A CLI for testing would be awesome, but Mozilla and WebKit implementations differ greatly -- go to `spec/index.html` in Mozilla/WebKit browsers to test. All tests should pass in Chrome and Firefox (95% of the time) -- Flash implementations are much more annoying, need to have cleaned up tests. Change Logs ----