TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mock Mock – Who's There?

5 pointsby mikesolover 5 years ago

1 comment

mikesolover 5 years ago
My team built a new JS framework for mocking REST APIs called &quot;unmock&quot; 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 (<a href="https:&#x2F;&#x2F;medium.com&#x2F;criteo-labs&#x2F;introduction-to-property-based-testing-f5236229d237" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;criteo-labs&#x2F;introduction-to-property-base...</a>) are tough to get right when testing side effects. Please check out the article, leave your feedback if any, try out unmock (<a href="https:&#x2F;&#x2F;github.com&#x2F;Meeshkan&#x2F;unmock-js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Meeshkan&#x2F;unmock-js</a>) and let me know what you think!