You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
@@ -119,18 +120,19 @@ <h2 class="section-heading">Build in Markdown</h2>
119
120
<divclass="clearfix"></div>
120
121
<h2class="section-heading">Unit Test Feedback</h2>
121
122
<divclass="lead"> Write task feedback using unit tests.
122
-
<br> See a<ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js"target="_blank">complete test file</a>.
123
+
<br><br>
124
+
<ahref="/docs/#test-snippets">Snippets</a> &<ahref="/docs/#test-examples">examples</a> make test writing easy.
125
+
<br><br>
126
+
<ahref="https://github.com/coderoad/coderoad-functional-school/blob/master/tutorial/1/01/01-filter.spec.js"target="_blank"class="btn btn-default btn-sm"><spanclass="network-name">A Unit Test Example</span></a>
<i>CodeRoad will eventually support more test frameworks and programming languages.</i>
135
+
<i>CodeRoad will eventually support more test frameworks and programming languages through easy to setup<ahref="/docs/#test-runners">test runners</a></i>
Test Runners may have pre-made[Atom snippets](https://atom.io/docs/latest/using-atom-snippets) to quickly generate test files. See[*mocha-coderoad* snippets](https://github.com/coderoad/mocha-coderoad/blob/master/snippets.cson) as an example.
8
8
9
-
Open up*Atom* ->*Open Your Snippets*. Add the contents of`snippets.cson` to your global`snippets.cson` file. Read the project README to see which snippets are available and which prefixes you should use.
9
+
* Open up*Atom* ->*Open Your Snippets*.
10
+
* Add the contents of`snippets.cson` to your global`snippets.cson` file.
11
+
* Read the test runner README to see which snippets are available and which prefixes you should use.
10
12
11
-
For example, typing'mochacr-f' will generate an entire set of tests for a"mocha-coderoad" function. See an example below:
13
+
For example, typingthe snippet`mochacr-f` will generate an entire set of tests for a*mocha-coderoad* function. See an example:
12
14
13
15
