@contentful/integration-test-utils
Version:
Utilities for Contentful integration tests
6 lines (5 loc) • 346 B
TypeScript
export { initClient } from './client/init-client';
export { createTestEnvironment, waitForEnvironmentToBeReady, } from './environment/create-test-environment';
export { createTestSpace } from './space/create-test-space';
export { cleanUpTestSpaces } from './space/clean-up-test-spaces';
export { generateRandomIdWithPrefix } from './utils';