8000 Fix some errors in Jasmine Testing 101 by bjwyse · Pull Request #1043 · angular/angular.io · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Fix some errors in Jasmine Testing 101 #1043

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
8000
Diff view
Diff view
Prev Previous commit
docs(unit-testing): fix error in doc for steps following adding a new…
… spec
  • Loading branch information
bjwyse committed Apr 2, 2016
commit c036eb23481ff126c31a01294a795a8c50adfb2b
2 changes: 1 addition & 1 deletion public/docs/ts/latest/testing/jasmine-testing-101.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
0