TypescriptMochaWebpackDemo icon indicating copy to clipboard operation
TypescriptMochaWebpackDemo copied to clipboard

How to setup testing using Typescript, Mocha, Chai, Sinon, Karma and Webpack.

Results 3 TypescriptMochaWebpackDemo issues
Sort by recently updated
recently updated
newest added

I followed the steps in the readme - had to add a .typingsrc for my proxy to get around problems at the `npm install` step - but at `npm test`,...

I tried npm config set proxy http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 npm config set strict-ssl false but that didn't help. Here's what eventually worked: Add .typingsrc in the root...

Is there a way to build with a live reload ? Maybe add a coverage :)