Entries tagged mocking Why Don't My SvelteKit Invalidations Work? Apr 4, 2025 javascript esm testing mocking It took me an embarassingly long time to figure out what I was doing wrong, so I'm sharing the fix. ESM Mocking, Except It Doesn't Suck Apr 24, 2024 javascript esm testing mocking ESM is supposed to be the future of JavaScript, but writing tests for ESM code can still be a huge pain because of one problem: Mocking. I've found an easy way to make ESM mocking <em>just work</em>.
Why Don't My SvelteKit Invalidations Work? Apr 4, 2025 javascript esm testing mocking It took me an embarassingly long time to figure out what I was doing wrong, so I'm sharing the fix.
ESM Mocking, Except It Doesn't Suck Apr 24, 2024 javascript esm testing mocking ESM is supposed to be the future of JavaScript, but writing tests for ESM code can still be a huge pain because of one problem: Mocking. I've found an easy way to make ESM mocking <em>just work</em>.