From d929d1448e454e5603a45a84c177ded8266877c6 Mon Sep 17 00:00:00 2001 From: tianchang <116717451+tianchangNorth@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:17:58 +0800 Subject: [PATCH] feat: add Pocket Mocker to Testing Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eb407c76..a288327c 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser. * [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. ### Coverage