mosh-helpdesk/e2e/global-teardown.ts

4 lines
123 B
TypeScript
Raw Permalink Normal View History

2026-02-13 17:46:19 +01:00
export default function globalTeardown() {
console.log("Test run complete. Test database left intact for debugging.");
}