Skip to content

Commit 073dc1c

Browse files
author
hackscribble
committed
Fixed broken link to Jasmine library on GitHub.
1 parent 7ab7dad commit 073dc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/lesson7/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Today we will be briefly explaining how you can test-drive your code. Testing is
1313

1414
## JavaScript Testing Frameworks
1515

16-
There are [a number](http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#JavaScript) of libraries written to assist with testing JavaScript, but we will use [Jasmine](http://pivotal.github.io/jasmine/). The syntax is quite simple and it doesn't require any additional configuration in order to use.
16+
There are [a number](http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#JavaScript) of libraries written to assist with testing JavaScript, but we will use [Jasmine](http://jasmine.github.io/). The syntax is quite simple and it doesn't require any additional configuration in order to use.
1717

1818
## Jasmine
1919

0 commit comments

Comments
 (0)