返回 AiToEarn
teardown.ts
1 export default async () => {
2 await global.mongo?.stop();
3 // await global.redis?.stop();
4 };
5
5 lines TYPESCRIPT