http://nodejstools.codeplex.com/wikipage?title=TestExplorer
http://nodejstools.codeplex.com/wikipage?title=TypeScript
We should add a note that not only do you need to install mocha, but should get the dts file for mocha (sholud be on definitelyTyped)
Typescript Page:
Test Explorer detects unit tests written in TypeScript. Click on Run Test or Debug Test to run the test under the debugger:
We should add "For more information on running unit tests in NTVS, please view the ...."
Also, we could mention that to author mocha unit tests in typescript you will need to add the .d.ts files from definitely typed
TestExplorer Page:
We should mention that if they are using TypeScript they will need to download the .d.ts file for mocha or whatever test framework they are using
NOTE: We can point to "Adding TypeScript Type Definitions" section in typescript
http://nodejstools.codeplex.com/wikipage?title=TypeScript
We should add a note that not only do you need to install mocha, but should get the dts file for mocha (sholud be on definitelyTyped)
Typescript Page:
Test Explorer detects unit tests written in TypeScript. Click on Run Test or Debug Test to run the test under the debugger:
We should add "For more information on running unit tests in NTVS, please view the ...."
Also, we could mention that to author mocha unit tests in typescript you will need to add the .d.ts files from definitely typed
TestExplorer Page:
We should mention that if they are using TypeScript they will need to download the .d.ts file for mocha or whatever test framework they are using
NOTE: We can point to "Adding TypeScript Type Definitions" section in typescript