mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-10 15:54:42 +00:00
parent
dc027f22e5
commit
c77dd040b4
1 changed files with 2 additions and 2 deletions
|
|
@ -180,8 +180,8 @@ is available to be injected.
|
||||||
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
|
Angular developers prefer the syntax of Jasmine's Behavior-driven Development (BDD) framework when
|
||||||
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
|
writing tests. Although Angular does not require you to use Jasmine, we wrote all of the tests in
|
||||||
this tutorial in Jasmine. You can learn about Jasmine on the {@link
|
this tutorial in Jasmine. You can learn about Jasmine on the {@link
|
||||||
http://pivotal.github.com/jasmine/ Jasmine home page} and on the {@link
|
http://pivotal.github.com/jasmine/ Jasmine home page} and at the {@link
|
||||||
https://github.com/pivotal/jasmine/wiki Jasmine wiki}.
|
http://pivotal.github.io/jasmine/ Jasmine docs}.
|
||||||
|
|
||||||
The angular-seed project is pre-configured to run all unit tests using {@link
|
The angular-seed project is pre-configured to run all unit tests using {@link
|
||||||
http://karma-runner.github.io/ Karma}. To run the test, do the following:
|
http://karma-runner.github.io/ Karma}. To run the test, do the following:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue