UNPKG

karma-typescript

Version:

Simplifying running unit tests with coverage for Typescript projects.

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