We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a116 commit 72d6ec0Copy full SHA for 72d6ec0
CONTRIBUTING.md
@@ -73,6 +73,7 @@ You can debug with VS Code or Node instead with `jake runtests debug=true`:
73
```Shell
74
jake runtests tests=2dArrays debug=true
75
```
76
+
77
## Adding a Test
78
To add a new testcase, simply place a `.ts` file in `tests\cases\compiler` containing code that exemplifies the bugfix or change you are making.
79
0 commit comments