| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/node_modules/@babel/helper-plugin-test-runner/lib/ |
Upload File : |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _default;
var _helperTransformFixtureTestRunner = require("@babel/helper-transform-fixture-test-runner");
var _path = require("path");
var _url = require("url");
function _default(loc) {
{
if (!loc.startsWith("file://")) {
const name = _path.basename(_path.dirname(loc));
(0, _helperTransformFixtureTestRunner.default)(loc + "/fixtures", name);
return;
}
}
let fixtures = new _url.URL("./fixtures", loc).pathname;
if (process.platform === "win32") {
fixtures = fixtures.slice(1);
}
const name = _path.basename(new _url.URL("..", loc).pathname);
(0, _helperTransformFixtureTestRunner.default)(fixtures, name);
}
//# sourceMappingURL=index.js.map