Sometimes, we want to mock a TypeScript interface with Jest. In this article, we’ll look…
Month: April 2022
Sometimes, we want to get the current year using TypeScript. In this article, we’ll look…
Sometimes, we want to fix the “Cannot find name ‘it’” error in Jest and TypeScript.…
Sometimes, we want to use React createContext in Typescript. In this article, we’ll look at…
Sometimes, we want to fix the ‘Cannot find module’ error for paths that are in…
Sometimes, we want to fix the error ‘Component cannot be used as a JSX component.…
Sometimes, we want to declare third party modules with TypeScript. In this article, we’ll look…
Sometimes, we want to fix TypeScript ts-jest not recognizing ES6 imports. In this article, we’ll…
Sometimes, we want to fix the “Cannot read property ‘push’ of undefined in [null]” error…
Sometimes, we want to fix the “Element implicitly has an ‘any’ type because expression of…