Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Evans committed Oct 30, 2015
1 parent 492f310 commit 56734a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,23 @@ To run the Polymer library unit tests:

wct

You can also run individual test suites:
To run individual test suites:

<code>npm test <i>path/to/suite</i>
<code>npm test <var>path/to/suite</var></code>

Or:

<code>wct <i>path/to/suite</i>
<code>wct <var>path/to/suite</var></code>

For example:

npm test test/unit/template.html

You can also run tests in the browser:

polyserve
polyserve

Navigate to [`http://localhost:8080/components/polymer/test/runner.html`](http://localhost:8080/components/polymer/test/runner.html).
Navigate to [`http://localhost:8080/components/polymer/test/runner.html`](http://localhost:8080/components/polymer/test/runner.html).

### Running Polymer element unit tests

Expand Down

0 comments on commit 56734a7

Please sign in to comment.