MCPcopy Create free account
hub / github.com/SAP/ui5-project / createWorkspaceConfig

Function createWorkspaceConfig

test/lib/graph/Workspace.js:17–25  ·  view source on GitHub ↗
({dependencyManagement})

Source from the content-addressed store, hash-verified

15const collectionBLibraryC = path.join(__dirname, "..", "..", "fixtures", "collection.b", "library.c");
16
17function createWorkspaceConfig({dependencyManagement}) {
18 return {
19 specVersion: "workspace/1.0",
20 metadata: {
21 name: "workspace-name"
22 },
23 dependencyManagement
24 };
25}
26
27test.beforeEach(async (t) => {
28 const sinon = t.context.sinon = sinonGlobal.createSandbox();

Callers 1

Workspace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected