tests: format sessions spawn depth limits spec

This commit is contained in:
Dimitri 2026-03-15 15:25:58 +01:00
parent a3705e76da
commit a583185e08
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ async function resetRegistry() {
resetSubagentRegistryForTests();
}
async function addRegistryRun(run: Parameters<(typeof import("./subagent-registry.js"))["addSubagentRunForTests"]>[0]) {
async function addRegistryRun(
run: Parameters<(typeof import("./subagent-registry.js"))["addSubagentRunForTests"]>[0],
) {
const { addSubagentRunForTests } = await import("./subagent-registry.js");
addSubagentRunForTests(run);
}