Releases: typescriptlibs/tst
Releases · typescriptlibs/tst
v0.1.0
What's Changed
- Fix #4; include file path in test result by @sophiebremer in #5
- Fix #3; missing error details in non-verbose by @sophiebremer in #6
Full Changelog: v0.0.5...v0.1.0
v0.0.5
- Add run function
- Fix reset of non-existing TypeScript target
v0.0.4
- Graceful handle of faulty test files
v0.0.3
- Add
--reset
option to compile into a clean TypeScript target - Fix handling of subfolders
v0.0.2
- Add
--only [path]
option to load a single module file. - Add examples for sync and "async" tests. Note: Async tests still run in order with other tests.
- Fix
--verbose
mode.
v0.0.1
- Initial pre-release