@storybook/addon-vitest 0.0.0-pr-32921-sha-16b7aab0 → 0.0.0-pr-32912-sha-d9cc661f
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.
- package/dist/_node-chunks/{chunk-WPTT6UNN.js → chunk-6ZCXBR6S.js} +7 -7
- package/dist/_node-chunks/{chunk-EYRCMB52.js → chunk-CWZWQJED.js} +7 -7
- package/dist/_node-chunks/chunk-HFFZ7U7P.js +2574 -0
- package/dist/_node-chunks/{chunk-XJAFV5RM.js → chunk-IJFI6KA4.js} +6 -6
- package/dist/_node-chunks/{chunk-YT4V4DMB.js → chunk-LDFD4ZZB.js} +7 -7
- package/dist/_node-chunks/chunk-U6X7FSKG.js +37 -0
- package/dist/_node-chunks/{chunk-ITGNSETM.js → chunk-UE4MPKNA.js} +18 -6
- package/dist/_node-chunks/chunk-YNJWZ4ZI.js +98 -0
- package/dist/manager.js +1 -1
- package/dist/node/coverage-reporter.js +8 -8
- package/dist/node/vitest.js +14 -25
- package/dist/postinstall.js +405 -172
- package/dist/preset.js +15 -2239
- package/dist/vitest-plugin/global-setup.js +7 -7
- package/dist/vitest-plugin/index.js +9 -9
- package/dist/vitest-plugin/setup-file.js +1 -1
- package/package.json +4 -2
- package/dist/_node-chunks/chunk-IVUROXNL.js +0 -348
- package/dist/_node-chunks/chunk-RGV5SOPJ.js +0 -40
- package/dist/_node-chunks/chunk-ZJEXRKEJ.js +0 -60
- /package/dist/_browser-chunks/{chunk-RPDOPHZX.js → chunk-CAYLRBRX.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_tqo7evi9byi from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_tqo7evi9byi from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_tqo7evi9byi from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_tqo7evi9byi.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_tqo7evi9byi.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_tqo7evi9byi.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_6px7swmj8pe.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-IJFI6KA4.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/semver/internal/constants.js
|
|
18
18
|
var require_constants = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_tqo7evi9byi from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_tqo7evi9byi from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_tqo7evi9byi from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_tqo7evi9byi.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_tqo7evi9byi.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_tqo7evi9byi.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,7 +12,7 @@ var require = CJS_COMPAT_NODE_MODULE_6px7swmj8pe.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-IJFI6KA4.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/picocolors/picocolors.js
|
|
18
18
|
var require_picocolors = __commonJS({
|