Making Software

I have been writing software professionally since 2006. Mostly in Ruby and JavaScript/TypeScript. Sometimes I come up with something interesting and then it eventually makes it here.

Testing bindable properties in Svelte 5

1 minute read

I was recently working on a Svelte (5) component that was using a $bindable property. When it came to writing a test for it, I got stuck on how to bind said ...