test: add regression scenario coverage
This commit is contained in:
@@ -329,4 +329,10 @@ const main = async () => {
|
||||
}
|
||||
};
|
||||
|
||||
await main();
|
||||
try {
|
||||
await main();
|
||||
Deno.exit(0);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
Deno.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user