From 6c9859437121c473caea8039a99fb3b0465f48a6 Mon Sep 17 00:00:00 2001 From: Ryan Valizan Date: Sun, 27 Nov 2022 20:44:08 -0600 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9E=20v2.0.1=20hotfix=20--=20path?= =?UTF-8?q?=20set=20outside=20for=20loop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customJestStubs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/customJestStubs.js b/customJestStubs.js index 79b7a07..bdc698b 100644 --- a/customJestStubs.js +++ b/customJestStubs.js @@ -95,10 +95,9 @@ const customStubs = exclude => ExcludedModule.useMinified.minName, '' ); - Module.path = ExcludedModule.path; + Module.path = ExcludedModule.path + stubModuleName + ext; break; } - Module.path = Module.path + stubModuleName + ext; return Module; }); From 63c2caf36beff4ba079818394549b361d5433128 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 28 Nov 2022 02:44:49 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Updating=20Docs=20[ci=20skip?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...__tests___stubs_SuiteScripts_Modules_aModule-test.js.html | 2 +- ...__tests___stubs_SuiteScripts_Modules_bModule-test.js.html | 2 +- docs/customJestStubs.js.html | 5 ++--- docs/index.html | 2 +- docs/jest.config.js.html | 2 +- docs/module-CustomJestStubs.html | 2 +- docs/module-JestConfig.html | 2 +- docs/module-aModule.html | 2 +- docs/module-bModule.html | 2 +- docs/module-customModule_CS-test.html | 2 +- docs/stubs_SuiteScripts_Modules_aModule.js.html | 2 +- docs/stubs_SuiteScripts_Modules_bModule.js.html | 2 +- docs/suitecloud.config.js.html | 2 +- 13 files changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/-__tests___stubs_SuiteScripts_Modules_aModule-test.js.html b/docs/-__tests___stubs_SuiteScripts_Modules_aModule-test.js.html index 8e204a9..aa7d002 100644 --- a/docs/-__tests___stubs_SuiteScripts_Modules_aModule-test.js.html +++ b/docs/-__tests___stubs_SuiteScripts_Modules_aModule-test.js.html @@ -104,7 +104,7 @@

Home

Modules