From 584906c0284a1fa9f81530e2b20a01e6957b545d Mon Sep 17 00:00:00 2001 From: Alessandro Chitolina Date: Mon, 13 Nov 2023 17:24:44 +0100 Subject: [PATCH] [Runtime] fix(tests): add http-client as dev dependencies --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7a3491e..e44eef3 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@jymfony/debug": "https://github.com/jymfony/debug.git", "@jymfony/dotenv": "https://github.com/jymfony/dotenv.git", "@jymfony/filesystem": "https://github.com/jymfony/filesystem.git", + "@jymfony/http-client": "https://github.com/jymfony/http-client.git", "@jymfony/testing": "https://github.com/jymfony/testing.git", "mocha": "^10.2" },