dimanche 20 décembre 2015

How to unit test TypeScript files with test runner in a webpack project

I have the following setup:

  1. Build process with webpack and ts-loader
  2. 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.

Aucun commentaire:

Enregistrer un commentaire