Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@jtenner jtenner released this 10 Jul 14:11
· 227 commits to master since this release
e6efdeb

Refactor reporters to use --csv --json --verbose --summary and --reporter (for custom reporters)
Change reporter documentation
Move Performance API functions to static class Reporter namespace
Performance API documentation change
Add example.spec.ts examples for clarity
Add comparison documentation
Document which functions are portable with ts-jest
Add --workers flag to switch to "worker_thread" enabled compiler worklets
Fix logging unsigned 16 and 8 number values
Fix logging and reporting bool values
portable function types for tests (compatible with jest)
Refactor greaterThanOrEqual and lessThanOrEqual function names (jest compatibility)
Add Prettier -> Tests, Readme, Src
Refactor TestGroup traversal logic
Add top level test support