From 0e37f0560979f3e376fa4a92b8f1acae05de015c Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 23 Jul 2023 20:35:26 +0100 Subject: [PATCH] fix: typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71d783a493..e7ee3fa3cb 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "testEnvironment": "node", "testMatch": [ - "**/test/**/request-wrapper.js" + "**/test/**/*.js" ], "testPathIgnorePatterns": [ "/node_modules/",