rjz / typescript-react-redux

A TypeScript-enabled react/redux application
https://rjzaworski.com/c/typescript
Other
124 stars 24 forks source link

Specs should demonstrate static typing #21

Open rjz opened 7 years ago

rjz commented 7 years ago

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.