You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.