Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 611 Bytes

karma-webpack-typescript

A simple CLI starter for karma/webpack/typescript

Get Started

Start Karma

npm test

You should see the mocha report for the example tests.

Create your own tests in test directory and source code in src directory. Karma will watch changes and re-run test cases on the fly.

Publish

examples directory contains an example of consumption of karma-webpack-typescript npm package.

TO-DO

  • library target (UMD by default)
  • better webpack bundle
  • ...