UNPKG

dockest

Version:

Dockest is an integration testing tool aimed at alleviating the process of evaluating unit tests whilst running multi-container Docker applications.

8 lines (7 loc) 487 B
export { withNoStop } from './with-no-stop'; export { withRetry } from './with-retry'; export { containerIsHealthyReadinessCheck } from './container-is-healthy-readiness-check'; export { createPostgresReadinessCheck } from './create-postgres-readiness-check'; export { createRedisReadinessCheck } from './create-redis-readiness-check'; export { createWebReadinessCheck } from './create-web-readiness-check'; export { zeroExitCodeReadinessCheck } from './zero-exit-code-readiness-check';