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