Skip to content

Commit 081a197

Browse files
committed
test runner notes
1 parent d16194e commit 081a197

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/2016-01-10-testRunner.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ In this way, the test runner not only determines how unit tests will be written,
1414

1515
* Javascript: [*mocha-coderoad*](https://github.com/coderoad/mocha-coderoad)
1616

17-
### How to Build a Test Runner
17+
We need more test runners. Why not build one?
18+
19+
### How to Build a New Test Runner
1820

1921
If you're interested in helping CodeRoad support a programming language of your choice, here's how to set up the test runner.
2022

@@ -79,3 +81,5 @@ The result should output the 'taskPosition' after the test. 'change' represents
7981
#### 4. handleLog
8082

8183
A callback function that should be called with a string **log** statement
84+
85+
If you need help setting up a new test runner, please send an email to [email protected].

0 commit comments

Comments
 (0)