I am using Mocha Framework for typescript test cases. i am able to run the test cases from the chutzpah console. but visual studio test adapter/runner is not picking up the test cases. pleas guide... following is the Json.
> "Framework": "mocha",
> "MochaInterface": "bdd",
> "RootReferencePathMode": "SettingsFileDirectory",
> "EnableCodeCoverage": false,
> "IgnoreResourceLoadingErrors": true,
> "EnableTestFileBatching": false,
> "TestFileTimeout": 30000,