Create and start a test application
const app = await createTestApp();// Run testsawait app.stop(); Copy
const app = await createTestApp();// Run testsawait app.stop();
Create and start a test application