Tagged

#jest

2 posts

  1. How to test TypeScript type definitions with Jest

    You can add tests for your static TS types right next to your regular Jest tests

    #typescript#jest#testing#tutorial