docs: Fix new feature tutorial link to testing docs.

This commit is contained in:
Tim Abbott 2016-06-27 20:51:42 -07:00
parent 40aa8a2336
commit 31f7fb2fa0
1 changed files with 3 additions and 2 deletions

View File

@ -58,8 +58,9 @@ precompiled as part of the build/deploy process.
tests and blackbox end-to-end tests. The blackbox tests are run in a
headless browser using Casper.js and are located in
`frontend_tests/casper_tests/`. The unit tests use Node's `assert`
module are located in `frontend_tests/node_tests/`. For more information
on writing and running tests see the testing documentation \<testing\>.
module are located in `frontend_tests/node_tests/`. For more
information on writing and running tests see the [testing
documentation](testing.html).
## Example Feature