add categories to task planner
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
This commit is contained in:
parent
e306bfc5d6
commit
3cd350c7b8
10 changed files with 459 additions and 120 deletions
|
|
@ -141,7 +141,9 @@ test("toolbox module registry and modules expose expected behavior", async () =>
|
|||
assert.match(taskPlannerModule, /normalizeTaskPlannerData/);
|
||||
assert.match(taskPlannerModule, /applyDueResets/);
|
||||
assert.match(taskPlannerModule, /relations/);
|
||||
assert.match(taskPlannerModule, /dependency/);
|
||||
assert.match(taskPlannerModule, /prerequisite/);
|
||||
assert.match(taskPlannerModule, /categoryOrder/);
|
||||
assert.match(taskPlannerModule, /categoryLabel/);
|
||||
assert.match(taskPlannerModule, /task-planner-warning/);
|
||||
assert.match(taskPlannerModule, /usePointerReorder/);
|
||||
assert.match(checklistModule, /export function ChecklistModule/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue