refactoring van de cmap structuren bijna compleet
This commit is contained in:
@@ -88,7 +88,7 @@ test("relations render and hit-test behind concept nodes", async () => {
|
||||
requestAnimationFrame: (callback) => setImmediate(callback)
|
||||
};
|
||||
|
||||
const { DiagramEngine } = await import("../static/cmap/cmap.js");
|
||||
const { DiagramEngine } = await import("../static/js/cmap/cmap.js");
|
||||
assert.equal(global.window.Cmap, undefined,
|
||||
"the ES-module engine does not install a legacy global");
|
||||
const map = new DiagramEngine(root);
|
||||
|
||||
Reference in New Issue
Block a user