#testing
Bun Code Coverage Gap
3 min readBun's test runner only tracks coverage for loaded files. Here's how to expose the gaps.
How to Easily Reproduce a Flaky Test in Playwright
5 min readStop playing whack-a-mole with flaky Playwright tests by using CPU throttling to reliably reproduce CI failures on your local machine.
Testing TypeScript Types: Part 2 (Advanced Solutions)
3 min readAdvanced solutions to test TypeScript types.
Testing TypeScript Types: Part 1
5 min readPreamble and early solution to start testing TypeScript types.
Reliable Continuous Integration in JavaScript
4 min readWhen you build a piece of software you want to build a reliable one, so often you’re using various continuous integration tools. But, is your continuous integration process is as reliable as you think?