https://github.com/ericzon/karma-tdd
https://github.com/ericzon/karma-tdd
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericzon/karma-tdd
- Owner: ericzon
- Created: 2017-08-18T08:15:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-18T08:21:47.000Z (over 8 years ago)
- Last Synced: 2025-03-17T12:33:59.534Z (12 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```