From 36a184e85c33d7936d1ff50f0e4a3fa599ae2610 Mon Sep 17 00:00:00 2001 From: Josh4gitaboutit Date: Fri, 2 Oct 2015 17:43:54 -0700 Subject: [PATCH] minor change --- public/docs/ts/latest/guide/unit-testing-01.jade | 3 --- 1 file changed, 3 deletions(-) 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: