We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c52f1d commit e5d1d65Copy full SHA for e5d1d65
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