Skip to content

Commit

Permalink
Move TESTING.md into docs/ (mozilla#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard authored and Cory Price committed Jul 13, 2016
1 parent fce6a97 commit 1bb3aa8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Tests should be written for new code contributed.
* [server tests example](testpilot/experiments/tests.py)
* [client tests example](testpilot/frontend/static-src/test/)

[Further docs on testing](./TESTING.md).
[Further docs on testing](./docs/TESTING.md).

#### Branches

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion testpilot/frontend/static-src/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>Test Pilot tests</h1>
<ul>
<li><a href="https://ampersandjs.com/docs/">ampersand docs</a></li>
<li><a href="https://www.npmjs.com/package/tape">tape docs</a></li>
<li><a href="https://github.com/mozilla/testpilot/blob/master/TESTING.md">Test writing tips 4 testpilot</a></li>
<li><a href="https://github.com/mozilla/testpilot/blob/master/docs/TESTING.md">Test writing tips 4 testpilot</a></li>
</ul>
</header>
</div>
Expand Down

0 comments on commit 1bb3aa8

Please sign in to comment.