@web/test-runner
Version:
Test runner for web applications
11 lines • 439 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.toBrowserPath = toBrowserPath;
const path_1 = __importDefault(require("path"));
function toBrowserPath(filePath) {
return filePath.split(path_1.default.sep).join('/');
}
//# sourceMappingURL=toBrowserPath.js.map