UNPKG

karma-typescript

Version:

Simplifying running unit tests with coverage for Typescript projects.

8 lines 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fixWindowsPath = void 0; function fixWindowsPath(value) { return value.replace(/\\/g, "/"); } exports.fixWindowsPath = fixWindowsPath; //# sourceMappingURL=path-tool.js.map