From 74aacd8f51d541a3da907923aaa2fd35d4663bea Mon Sep 17 00:00:00 2001 From: Brendan Wyse Date: Sat, 2 Apr 2016 20:14:34 +0100 Subject: [PATCH 1/2] docs(unit-testing): fix the path to node_modules --- .../_examples/testing/ts/unit-tests-0.html | 8 +++---- .../_examples/testing/ts/unit-tests-1.html | 8 +++---- .../_examples/testing/ts/unit-tests-2.html | 8 +++---- .../_examples/testing/ts/unit-tests-3.html | 10 ++++----- .../_examples/testing/ts/unit-tests-4.html | 22 +++++++++---------- 5 files changed, 28 insertions(+), 28 deletions(-) diff --git a/public/docs/_examples/testing/ts/unit-tests-0.html b/public/docs/_examples/testing/ts/unit-tests-0.html index fd73c1d2e0..af7d1b9192 100644 --- a/public/docs/_examples/testing/ts/unit-tests-0.html +++ b/public/docs/_examples/testing/ts/unit-tests-0.html @@ -6,11 +6,11 @@ Ng App Unit Tests - + - - - + + + diff --git a/public/docs/_examples/testing/ts/unit-tests-1.html b/public/docs/_examples/testing/ts/unit-tests-1.html index 90b8335bd2..b370ca053a 100644 --- a/public/docs/_examples/testing/ts/unit-tests-1.html +++ b/public/docs/_examples/testing/ts/unit-tests-1.html @@ -4,11 +4,11 @@ Ng App Unit Tests - + - - - + + + diff --git a/public/docs/_examples/testing/ts/unit-tests-2.html b/public/docs/_examples/testing/ts/unit-tests-2.html index c7e22db334..d47b4d1f60 100644 --- a/public/docs/_examples/testing/ts/unit-tests-2.html +++ b/public/docs/_examples/testing/ts/unit-tests-2.html @@ -6,11 +6,11 @@ Ng App Unit Tests - + - - - + + + diff --git a/public/docs/_examples/testing/ts/unit-tests-3.html b/public/docs/_examples/testing/ts/unit-tests-3.html index 708f8d0e94..6f6ce4a7c8 100644 --- a/public/docs/_examples/testing/ts/unit-tests-3.html +++ b/public/docs/_examples/testing/ts/unit-tests-3.html @@ -6,16 +6,16 @@ Ng App Unit Tests - - - + + + - - + + - - + + + - - - - - - - + + + + + + + From c036eb23481ff126c31a01294a795a8c50adfb2b Mon Sep 17 00:00:00 2001 From: Brendan Wyse Date: Sat, 2 Apr 2016 20:16:23 +0100 Subject: [PATCH 2/2] docs(unit-testing): fix error in doc for steps following adding a new spec --- public/docs/ts/latest/testing/jasmine-testing-101.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/testing/jasmine-testing-101.jade b/public/docs/ts/latest/testing/jasmine-testing-101.jade index f5e8bc04bd..fbf0c47697 100644 --- a/public/docs/ts/latest/testing/jasmine-testing-101.jade +++ b/public/docs/ts/latest/testing/jasmine-testing-101.jade @@ -119,7 +119,7 @@ pre.prettyprint.lang-bash code npm start :marked - Now navigate to `1st-tests.html` + Now reload `unit-tests.html` in the browser We should get the same Jasmine test-runner output as before.