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

13 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseComposeContainerName = exports.getAuthConfig = exports.ImageName = exports.getContainerRuntimeClient = exports.ContainerRuntimeClient = void 0; var client_1 = require("./clients/client"); Object.defineProperty(exports, "ContainerRuntimeClient", { enumerable: true, get: function () { return client_1.ContainerRuntimeClient; } }); Object.defineProperty(exports, "getContainerRuntimeClient", { enumerable: true, get: function () { return client_1.getContainerRuntimeClient; } }); var image_name_1 = require("./image-name"); Object.defineProperty(exports, "ImageName", { enumerable: true, get: function () { return image_name_1.ImageName; } }); var get_auth_config_1 = require("./auth/get-auth-config"); Object.defineProperty(exports, "getAuthConfig", { enumerable: true, get: function () { return get_auth_config_1.getAuthConfig; } }); var parse_compose_container_name_1 = require("./clients/compose/parse-compose-container-name"); Object.defineProperty(exports, "parseComposeContainerName", { enumerable: true, get: function () { return parse_compose_container_name_1.parseComposeContainerName; } }); //# sourceMappingURL=index.js.map