TIL Unit Testing moment in Obsidian Plugins
I’m working on a Obsidian plugin for self destructing notes. My usual workflow is to spike, delete that spike after I actually figure out what I’m building, and then test drive an implementation, and wow am I having a time with that second part. Between my own unfamiliarity with the …