Starter NextJS/TS/Jest/Styled-Components
If you have difficulties with types atm, you can disable strict mode (tsconfig.json).
yarn test:watch
It will open jest console without coverage
yarn ts:check
It will check TS bugs
yarn ts:coverage
It will check TS types coverage (score atm (01/12/2020): 1498 / 1506 99.46%)
Inspired by these contributors : Liinkiing & layshidani