refactor(web): extract range selection bootstrap
This commit is contained in:
@@ -121,6 +121,7 @@ describe("architecture guardrails", () => {
|
||||
]);
|
||||
|
||||
assert.deepEqual(evaluateRule(rangeRule, "export function updateRangeSelectionDraft() {}\n"), [
|
||||
"apps/web/src/hooks/timelineRangeSelection.ts: missing guardrail anchor: timeline range helpers must keep selection bootstrap centralized",
|
||||
"apps/web/src/hooks/timelineRangeSelection.ts: missing guardrail anchor: timeline range helpers must keep ordered range finalization centralized",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user