... it('should test create socket app', async () => { const app = await createApp<Framework>(process.cwd(), { port: 3000 }); //... await close(app); });});
確定! 回上一頁