Reorganize Blender Web execution around capabilities
This commit is contained in:
@@ -4,7 +4,7 @@ import { collectGeneratedGapPreflight } from "../../../tools/web/generated-gap-p
|
||||
import { readIndexedTask, root, verifyTaskIndex } from "../../../tools/web/task-context-lib.mjs";
|
||||
|
||||
test("generated gap preflight accepts a runnable task with existing inputs", () => {
|
||||
verifyTaskIndex();
|
||||
verifyTaskIndex("M16-GAP-00281");
|
||||
const entry = readIndexedTask("M16-GAP-00281");
|
||||
assert.deepEqual(collectGeneratedGapPreflight({ root, task: "M16-GAP-00281", entry }), []);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user