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 - - - + + + - - + + - - + + + - - - - - - - + + + + + + + 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.