diff --git a/public/docs/ts/latest/guide/unit-testing-01.jade b/public/docs/ts/latest/guide/unit-testing-01.jade index 5fbf21d6a3..e09ae96ac9 100644 --- a/public/docs/ts/latest/guide/unit-testing-01.jade +++ b/public/docs/ts/latest/guide/unit-testing-01.jade @@ -1,9 +1,6 @@ include ../../../../_includes/_util-fns :markdown - Let's start from zero and build a simple Angular 2 application in TypeScript. - - Unit Testing We write unit tests to explore and confirm the behavior of parts of our application. We like having unit tests for many reasons, three of them in particular: