typescript
Advanced tools
Comparing version
@@ -50,3 +50,3 @@ ## Contributing bug fixes | ||
or to run specifc test: `tests\cases\compiler\2dArrays.ts` | ||
or to run a specific test: `tests\cases\compiler\2dArrays.ts` | ||
@@ -57,2 +57,23 @@ ```Shell | ||
## Debugging the tests | ||
To debug the tests, invoke the runtests-browser using jake. | ||
You will probably only want to debug one test at a time: | ||
```Shell | ||
jake runtests-browser tests=2dArrays | ||
``` | ||
You can specify which browser to use for debugging. Currently Chrome and IE are supported: | ||
```Shell | ||
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 | ||
@@ -59,0 +80,0 @@ 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. |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://typescriptlang.org/", | ||
"version": "1.8.0-dev.20151018", | ||
"version": "1.8.0-dev.20151019", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "TypeScript is a language for application scale JavaScript development", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
12261213
0