mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
4 lines
123 B
TypeScript
4 lines
123 B
TypeScript
export default function globalTeardown() {
|
|
console.log("Test run complete. Test database left intact for debugging.");
|
|
}
|