From 0d65ecbac18c5f75cc4a281f544da9e65b8d9e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20O=C3=9Fwald?= Date: Fri, 18 Aug 2023 11:23:58 +0200 Subject: [PATCH] Update test/lib/graph/helpers/ui5Framework.integration.js Co-authored-by: Merlin Beutlberger --- test/lib/graph/helpers/ui5Framework.integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/graph/helpers/ui5Framework.integration.js b/test/lib/graph/helpers/ui5Framework.integration.js index dba455801..a989f3a31 100644 --- a/test/lib/graph/helpers/ui5Framework.integration.js +++ b/test/lib/graph/helpers/ui5Framework.integration.js @@ -125,7 +125,7 @@ test.beforeEach(async (t) => { "../../../../lib/specifications/Specification.js": t.context.Specification }); - // Stub os homedir to prevent that the actual ~/.ui5rc from being used in tests + // Stub os homedir to prevent the actual ~/.ui5rc from being used in tests t.context.Configuration = await esmock.p("../../../../lib/config/Configuration.js", { "node:os": { homedir: sinon.stub().returns(path.join(fakeBaseDir, "homedir"))