test: add regression scenario coverage

This commit is contained in:
2026-05-08 16:24:45 +00:00
parent 0116c4972d
commit 08ab7fea8e
9 changed files with 1069 additions and 2700 deletions
@@ -329,4 +329,10 @@ const main = async () => {
}
};
await main();
try {
await main();
Deno.exit(0);
} catch (error) {
console.error(error);
Deno.exit(1);
}