From b2e670d298bff14ec0f6e7141feaec90a960e316 Mon Sep 17 00:00:00 2001 From: Thiago <74574275+thisago@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:42:43 +0000 Subject: [PATCH] Add package jsFetchMock (#2538) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 99fef5f..82c5dba 100644 --- a/packages.json +++ b/packages.json @@ -29498,5 +29498,20 @@ "description": "A simple wrapper around the winapi to control the clipboard", "license": "MIT", "web": "https://github.com/4zv4l/nclip" + }, + { + "name": "jsFetchMock", + "url": "https://git.ozzuu.com/thisago/jsfetchMock", + "method": "git", + "tags": [ + "web", + "js", + "mock", + "fetch", + "library" + ], + "description": "A simple lib to intercept Javascript fetch to capture or edit the data", + "license": "MIT", + "web": "https://git.ozzuu.com/thisago/jsfetchMock" } ]