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
6 lines • 364 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.registryMatches = void 0;
const registryMatches = (authConfigRegistry, requestedRegistry) => authConfigRegistry == requestedRegistry || authConfigRegistry.endsWith("://" + requestedRegistry);
exports.registryMatches = registryMatches;
//# sourceMappingURL=registry-matches.js.map
;