@contentful/integration-test-utils
Version:
Utilities for Contentful integration tests
4 lines (3 loc) • 314 B
TypeScript
import { Environment, Space } from 'contentful-management/types';
export declare function createTestEnvironment(space: Space, environmentName: string): Promise<Environment>;
export declare function waitForEnvironmentToBeReady(space: Space, environment: Environment, timeElapsed?: number): Promise<Environment>;