VS 2013 Update 4 Community
NTVS 21219.01
1. Create a typescript Azure Express 3 project
2. Add a typescript Mocha unittest
3. Install tsd to create a mocha.d.ts file and include it in the project
4. run the unit test which should fail on test B
5. double clicking on the failed test in test explorer.
Actual Result:
This will bring you to line 1 of the unittest1.ts file.
Expect Result:
Expecting the double click to bring me to the failed test.
Comments: Mocha does not provide line numbers in source for the test. It only provides the name. This is not typescript specific, JS has the same behavior
NTVS 21219.01
1. Create a typescript Azure Express 3 project
2. Add a typescript Mocha unittest
3. Install tsd to create a mocha.d.ts file and include it in the project
4. run the unit test which should fail on test B
5. double clicking on the failed test in test explorer.
Actual Result:
This will bring you to line 1 of the unittest1.ts file.
Expect Result:
Expecting the double click to bring me to the failed test.
Comments: Mocha does not provide line numbers in source for the test. It only provides the name. This is not typescript specific, JS has the same behavior