I have the following setup:
- Build process with webpack and ts-loader
- Wanting to use test runner such as Karma to unit test the TS files
How do I best unit test TypeScript files with test runner in this webpack project? Its obvious to me how to do this with js projects, but need a proven workflow for this situation.