UNPKG

testcontainers

Version:

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container

8 lines (7 loc) 187 B
export interface ImagePullPolicy { shouldPull(): boolean; } export declare class PullPolicy { static defaultPolicy(): ImagePullPolicy; static alwaysPull(): ImagePullPolicy; }