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

5 lines 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONTAINER_STATUSES = void 0; exports.CONTAINER_STATUSES = ["created", "restarting", "running", "removing", "paused", "exited", "dead"]; //# sourceMappingURL=types.js.map