Since the specs are run using tsc.transpileModule (via ts-jest), any type information included in them is discarded during transpilation. While static-checking will be slower in larger projects, its value during refactoring would make a how-to here worthwhile.
Since the specs are run using
tsc.transpileModule
(via ts-jest), any type information included in them is discarded during transpilation. While static-checking will be slower in larger projects, its value during refactoring would make a how-to here worthwhile.