• Create and start a test application

    Returns Promise<Application>

    const app = await createTestApp();
    // Run tests
    await app.stop();