0.0.3 • Published 7 years ago

karma-webpack-typescript v0.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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
  • ...