Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidparsson/karma-typescript-amd
This is a minimal example showing the potentially broken compilation by karma-typescript-preprocessor.
https://github.com/davidparsson/karma-typescript-amd
Last synced: 16 days ago
JSON representation
This is a minimal example showing the potentially broken compilation by karma-typescript-preprocessor.
- Host: GitHub
- URL: https://github.com/davidparsson/karma-typescript-amd
- Owner: davidparsson
- Created: 2014-12-19T13:47:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T22:34:54.000Z (almost 10 years ago)
- Last Synced: 2023-04-09T23:58:05.695Z (over 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimal example
===============This is a minimal example showing the potentially broken compilation by karma-typescript-preprocessor, when compiling using the Asynchronouse Module Definition (AMD).
Installing & Running
--------------------Run like this:
npm install
gruntBoth karma tasks provide the same configuration to the TypeScript compiler.
- `karma:preCompiledTest` executes tests compiled by the `typescript` task and passes.
- `karma:test` uses the karma-typescript-preprocessor and fails.Why is it so?