@readwise@SparkMailApp@YouTube It is not actually National Pay for Software Day. But it National Grape Popsicle Day, National Sunscreen Day, and National Cellophan Tape Day....so basically the same.
https://t.co/ub5asMp0jd
Created a little writeup of my experiences testing out some of the new in-browser unit testing frameworks. I'm so excited for the future of these projects!
https://t.co/2I5qHjpOHu
This is the mindset every founder should have π
"If somebody came to me and said, 'Hey, we actually [already solved the problem your company is working on]' - I'd be pumped" - @t3dotgg
https://t.co/3jPKEEbidG
@WickyNilliams@edbzn@modern_web_dev@playwrightweb@vite_js Yeah, it's super slick! I'm using a vite plugin that just allows me to compile TS and everything with vite and so truly there's almost no difference now between test, development, and production. I'm confused why more people aren't talking about WTR!
@edbzn@modern_web_dev@playwrightweb@vite_js@vitest_dev All-in-all, this experience has opened my eyes to @brophdawg11's take that we shouldn't rely on mocking the DOM for our unit tests. Testing our code where it will actually run is the way to go π€ https://t.co/rpQ8z419MC
@drewlyton Mocking the DOM was a mistake πΆοΈ . I think vitest has an option to run in a live browser these days but haven't had a chance to try it out