Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cmlenz/tsify-test

Repository to play with TypeScript unit tests via tsify
https://github.com/cmlenz/tsify-test

Last synced: 4 days ago
JSON representation

Repository to play with TypeScript unit tests via tsify

Awesome Lists containing this project

README

        

Test repository for a TypeScript project using Gulp, Browserify, Tsify, Karma, and Jasmine.

Please note that the unit test intentionally contains errors, originally to check how Tsify handles those.
See [#48](https://github.com/TypeStrong/tsify/issues/48). You can easily fix those errors by updating
`src/adder.spec.ts` as follows:
* Change `Ader` to `Adder` in the import statement
* Change `3` to `2` in the test expectation