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

Commit 76ca4f4

Browse files
Ronan Connollygkalpak
Ronan Connolly
authored andcommitted
docs(guide/unit-testing): add missing heading
Closes #14901
1 parent c253b8e commit 76ca4f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/guide/unit-testing.ngdoc

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@sortOrder 410
44
@description
55

6+
# Unit Testing
7+
68
JavaScript is a dynamically typed language which comes with great power of expression, but it also
79
comes with almost no help from the compiler. For this reason we feel very strongly that any code
810
written in JavaScript needs to come with a strong set of tests. We have built many features into

0 commit comments

Comments
 (0)