This commit is contained in:
Nathan Shively-Sanders 2015-10-18 07:35:56 -07:00
Родитель 952ea0f82b
Коммит 1c4a1169f2
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,11 @@ You can specify which browser to use for debugging. Currently Chrome and IE are
jake runtests-browser tests=2dArrays browser=chrome
```
You can debug with VS Code or Node instead with `jake runtests debug=true`:
```Shell
jake runtests tests=2dArrays debug=true
```
## Adding a Test
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.