We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c253b8e commit 76ca4f4Copy full SHA for 76ca4f4
docs/content/guide/unit-testing.ngdoc
@@ -3,6 +3,8 @@
3
@sortOrder 410
4
@description
5
6
+# Unit Testing
7
+
8
JavaScript is a dynamically typed language which comes with great power of expression, but it also
9
comes with almost no help from the compiler. For this reason we feel very strongly that any code
10
written in JavaScript needs to come with a strong set of tests. We have built many features into
0 commit comments