web-stories-wp icon indicating copy to clipboard operation
web-stories-wp copied to clipboard

TypeScript: Use with Jest

Open swissspidy opened this issue 2 years ago • 0 comments

Let's use ts-jest for improved TypeScript support in Jest so that we can also write unit tests with TypeScript —with proper type checking and not just transpilation.

See https://kulshekhar.github.io/ts-jest/docs/babel7-or-ts/ See https://kulshekhar.github.io/ts-jest/docs/27.0/guides/test-helpers/

  • [ ] Update ESLint config
  • [ ] Add preset: 'ts-jest' to Jest config

swissspidy avatar Aug 11 '22 09:08 swissspidy