Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cmlenz/tsify-test
- Owner: cmlenz
- License: mit
- Created: 2015-05-13T08:44:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T12:45:12.000Z (over 8 years ago)
- Last Synced: 2023-03-10T21:47:59.744Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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