UNPKG

ts-jest

Version:

A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript

10 lines (9 loc) 218 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeSlashes = normalizeSlashes; /** * @internal */ function normalizeSlashes(value) { return value.replace(/\\/g, '/'); }