I have been working on TypeScript for a while now, and now I am in the phase where I have written all the modules in TypesScript , I am now working on how to test the TypesScript files, I am using Chutzpah rightnow, can anyone tell me the precise way how to run a tests on a .ts file.
I have tried to read the docs, I am getting confused. Please tell how to test the .ts file, I am using Visual Studio right now.
Thanks!