Skip to content

Commit

Permalink
Minor tweaks to index.html.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Oct 23, 2012
1 parent 2b9c992 commit 6a9b895
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,19 @@

<ul class="outer">
<li>
Apps:
Apps
<ul>
<li><a href="Apps/CesiumViewer/index.html">Cesium Viewer</a></li>
<li><a href="Apps/Sandcastle/index.html">Sandcastle</a></li>
<li><a href="Apps/TimelineDemo/index.html">Timeline Demo</a></li>
</ul>
</li>
<li>
Run <a href="Specs/SpecRunner.html">all tests</a>
Tests
<ul>
<li><a href="Specs/SpecRunner.html?suite=_none_">pause before start</a></li>
<li>Run tests with <a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">code coverage</a>
<li><a href="Specs/SpecRunner.html">Run all tests</a></li>
<li><a href="Specs/SpecRunner.html?suite=_none_">Select a test to run</a></li>
<li><a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">Run all tests with code coverage</a>
(build 'instrumentForCoverage' first.)</li>
</ul>
</li>
Expand Down

0 comments on commit 6a9b895

Please sign in to comment.