8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ea0f commit 1c4a116Copy full SHA for 1c4a116
CONTRIBUTING.md
@@ -68,6 +68,11 @@ You can specify which browser to use for debugging. Currently Chrome and IE are
68
jake runtests-browser tests=2dArrays browser=chrome
69
```
70
71
+You can debug with VS Code or Node instead with `jake runtests debug=true`:
72
+
73
+```Shell
74
+jake runtests tests=2dArrays debug=true
75
+```
76
## Adding a Test
77
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.
78
0 commit comments