From 987a2a991bb7a6ca049dabd385adb132df998f95 Mon Sep 17 00:00:00 2001 From: resadhusenli Date: Mon, 18 May 2026 14:18:09 +0400 Subject: [PATCH] Add nullmock to the list of mocking tools A zero-dependency, ultra-fast dynamic API mocking and network simulation server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe829ca..9c292424 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require. * [Supertest](https://github.com/visionmedia/supertest) - A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest * [Pocket Mocker](https://github.com/tianchangNorth/pocket-mocker) - In-browser visual network mocking tool, supports fetch/XHR interception. +* [nullmock](https://github.com/modoldern/nullmock) - A zero-dependency, ultra-fast dynamic API mocking and network simulation server. ### Coverage