@rstest/core 0.6.5 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
1
  import 'module';
2
2
  /*#__PURE__*/ import.meta.url;
3
3
  import { __webpack_require__ } from "./rslib-runtime.js";
4
- import { external_node_module_createRequire } from "./857.js";
5
- import { pathToFileURL } from "./808.js";
4
+ import { external_node_module_createRequire } from "./946.js";
5
+ import { pathToFileURL } from "./770.js";
6
6
  const picocolors = __webpack_require__("../../node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
7
7
  var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
8
8
  const CoverageProviderMap = {
@@ -1484,7 +1484,7 @@ __webpack_require__.add({
1484
1484
  return last;
1485
1485
  };
1486
1486
  },
1487
- "node:fs": function(module) {
1487
+ fs: function(module) {
1488
1488
  module.exports = __WEBPACK_EXTERNAL_MODULE_node_fs_5ea92f0c__;
1489
1489
  },
1490
1490
  "node:os": function(module) {
@@ -2338,7 +2338,7 @@ const ADDITIONAL_NODE_BUILTINS = [
2338
2338
  ];
2339
2339
  const isTTY = (type = 'stdout')=>('stdin' === type ? process.stdin.isTTY : process.stdout.isTTY) && !process.env.CI;
2340
2340
  const external_node_path_ = __webpack_require__("node:path");
2341
- const external_node_fs_ = __webpack_require__("node:fs");
2341
+ const external_node_fs_ = __webpack_require__("fs");
2342
2342
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
2343
2343
  function cleanPath(path) {
2344
2344
  let normalized = (0, external_node_path_.normalize)(path);