You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Jasmine doesn't live at the replaced link anymore.
It has a link to click through, but I figured it would be better
to just go directly to the correct location.
Closes#6591
Copy file name to clipboardExpand all lines: docs/content/tutorial/step_02.ngdoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ is available to be injected.
183
183
### Writing and Running Tests
184
184
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
185
185
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
186
-
this tutorial in Jasmine. You can learn about Jasmine on the [Jasmine home page](http://pivotal.github.com/jasmine/) and at the [Jasmine docs](http://pivotal.github.io/jasmine/).
186
+
this tutorial in Jasmine. You can learn about Jasmine on the [Jasmine home page](http://jasmine.github.io/) and at the [Jasmine docs](http://jasmine.github.io/).
187
187
188
188
The angular-seed project is pre-configured to run all unit tests using [Karma](http://karma-runner.github.io/). Ensure that the necessary karma plugins are installed.
189
189
You can do this by issuing `npm install` into your terminal.
0 commit comments