Yeah it's for my birthday (today!), as I'm travelling and I doubt the flight attendants will sing it this is the best I can do
Runs on https://github.com/mikesol/purescript-wags, which also powers https://wags.fm and various other frivolities. Thanks for posting, @Johnyma22!
My team built a new JS framework for mocking REST APIs called "unmock" that focuses on fuzz testing integrations. We hope to move it closer to property-based testing libraries like fast-check. The hard part is building a shrinker - shrinkers (https://medium.com/criteo-labs/introduction-to-property-base...) are tough to get right when testing side effects. Please check out the article, leave your feedback if any, try out unmock (https://github.com/Meeshkan/unmock-js) and let me know what you think!