https://github.com/hermanbanken/ts-jest-bugfix
https://github.com/hermanbanken/ts-jest-bugfix
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hermanbanken/ts-jest-bugfix
- Owner: hermanbanken
- Created: 2017-08-04T12:55:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T12:58:56.000Z (about 8 years ago)
- Last Synced: 2024-12-27T18:41:57.749Z (9 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo ts-lint recompiling TypeScript
````bash
node --inspect --debug-brk node_modules/.bin/jest --verbose --runInBand
````Sample test output:
````
-> % node node_modules/.bin/jest --verbose --runInBand
PASS src/__tests__/simple-error.ts (5.977s)
ts-jest being slow
✓ throwing 1000 Errors (4693ms)
✓ throwing 1000 Errors, not touching Error.stack (4ms)PASS src/__tests__/slow.ts
ts-jest being slow
✓ creates many Timeout errors (2227ms)Test Suites: 2 passed, 2 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 9.163s
Ran all test suites.
````