Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3a22c64

Browse files
yuvi314Narretz
authored andcommitted
docs(guide/Unit Testing): update Jasmine's description
Jasmine is a "behavior-driven development framework", not a "test-driven development framework" Closes #11383
1 parent 54f5d82 commit 3a22c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/unit-testing.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ are available on [the Karma website](http://karma-runner.github.io/0.12/intro/in
6262

6363
### Jasmine
6464

65-
[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a test driven development framework for
65+
[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a behavior driven development framework for
6666
JavaScript that has become the most popular choice for testing Angular applications. Jasmine
6767
provides functions to help with structuring your tests and also making assertions. As your tests
6868
grow, keeping them well structured and documented is vital, and Jasmine helps achieve this.

0 commit comments

Comments
 (0)