The trouble with TypeScript enums Enums are perfect for modeling a set of options. Or are they? Wil Hall March 9, 2020 TypeScript Enum Union Types
Announcing Fishery – a JavaScript and TypeScript Factory Library We have just released Fishery, a TypeScript-compatible library for setting up JavaScript objects for use in tests and anywhere else you need to set up data. Stephen Hanson February 5, 2020 TypeScript JavaScript Testing Web
The Case for WET Tests We can always make our test suite more DRY. But should we? Amanda Beiner December 10, 2019 Testing TypeScript JavaScript React
The case for Discriminated Union Types with Typescript Why Discriminated Union Types are an important part of modeling solutions with TypeScript. Alejandro Dustet September 30, 2019 Union Types TypeScript JavaScript Web
Mocking React components with Jest Mocking in Jest can be tricky. Mocking React Components in Jest with ES modules can be even tricker. Yet, it’s still possible. Edward Loveall September 24, 2019 React Testing JavaScript TypeScript Node.js
Type-safe state modeling with TypeScript and React Hooks Utilize the power of Typescript to model your React application’s state and context with confidence. Wil Hall August 23, 2019 TypeScript React Hooks State Context
TDDing in React with Apollo and TypeScript Pointers for doing TDD with React using Apollo and TypeScript. Alejandro Dustet June 25, 2019 Testing TDD TypeScript JavaScript GraphQL Apollo React Web