An open API service indexing awesome lists of open source software.

https://github.com/ericzon/karma-tdd


https://github.com/ericzon/karma-tdd

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Runnable example of unit testing Typescript on the fly in Karma with Istanbul coverage

To run the example tests, issue the following commands:

```
npm install karma-typescript
cd node_modules/karma-typescript/examples/typescript-latest
npm install
npm t
```