UNPKG

dockest

Version:

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

6 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trim = void 0; const trim = (str, seperator = ' ') => str.replace(/\s+/g, seperator).trim(); exports.trim = trim; //# sourceMappingURL=trim.js.map