We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8561dd9 commit dde924cCopy full SHA for dde924c
docs/content/guide/unit-testing.ngdoc
@@ -62,7 +62,7 @@ are available on [the Karma website](http://karma-runner.github.io/0.12/intro/in
62
63
### Jasmine
64
65
-[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a test driven development framework for
+[Jasmine](http://jasmine.github.io/1.3/introduction.html) is a behavior driven development framework for
66
JavaScript that has become the most popular choice for testing Angular applications. Jasmine
67
provides functions to help with structuring your tests and also making assertions. As your tests
68
grow, keeping them well structured and documented is vital, and Jasmine helps achieve this.
0 commit comments