redirect test paths

This commit is contained in:
huchenlei
2024-06-13 14:39:00 -04:00
parent ee0b054cde
commit e0850bb82c
6 changed files with 26 additions and 26 deletions

View File

@@ -432,7 +432,7 @@ describe("group node", () => {
nodes.save,
]);
const { api } = require("../../web/scripts/api");
const { api } = require("../../dist/scripts/api");
api.dispatchEvent(new CustomEvent("execution_start", {}));
api.dispatchEvent(new CustomEvent("executing", { detail: `${nodes.save.id}` }));