Skip to content

Commit

Permalink
Update test/lib/graph/helpers/ui5Framework.integration.js
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Beutlberger <[email protected]>
  • Loading branch information
matz3 and RandomByte authored Aug 18, 2023
1 parent 793fb4a commit 0d65ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/graph/helpers/ui5Framework.integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 0d65ecb

Please sign in to comment.