@storybook/addon-vitest 0.0.0-pr-32810-sha-caef1f25 → 0.0.0-pr-32717-sha-77751994
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-HEOEWXF6.js +348 -0
- package/dist/_node-chunks/{chunk-RBECRXIT.js → chunk-PSGKZP6M.js} +7 -7
- package/dist/_node-chunks/{chunk-Z3QY3AFY.js → chunk-RKUPODUD.js} +7 -7
- package/dist/_node-chunks/chunk-RVUFNUEO.js +40 -0
- package/dist/_node-chunks/{chunk-VGW4UK4K.js → chunk-S7YRH6YW.js} +6 -6
- package/dist/_node-chunks/chunk-THQKN44K.js +60 -0
- package/dist/_node-chunks/{chunk-4GLCSNKX.js → chunk-VVCT3VD2.js} +6 -18
- package/dist/_node-chunks/{chunk-OBZ5DHBR.js → chunk-WFZ2CSQY.js} +7 -7
- package/dist/manager.js +1 -1
- package/dist/node/coverage-reporter.js +8 -8
- package/dist/node/vitest.js +25 -14
- package/dist/postinstall.js +174 -405
- package/dist/preset.js +2239 -15
- 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 +2 -4
- package/dist/_node-chunks/chunk-HDSNR4VB.js +0 -2574
- package/dist/_node-chunks/chunk-KKD2C5VM.js +0 -37
- package/dist/_node-chunks/chunk-MJXV2NGP.js +0 -98
- /package/dist/_browser-chunks/{chunk-CAYLRBRX.js → chunk-RPDOPHZX.js} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_41ip4wg3fbb from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_41ip4wg3fbb from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_41ip4wg3fbb from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_41ip4wg3fbb.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_41ip4wg3fbb.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_41ip4wg3fbb.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
__name,
|
|
15
15
|
__require,
|
|
16
16
|
__toESM
|
|
17
|
-
} from "../_node-chunks/chunk-
|
|
17
|
+
} from "../_node-chunks/chunk-S7YRH6YW.js";
|
|
18
18
|
|
|
19
19
|
// ../../node_modules/tree-kill/index.js
|
|
20
20
|
var require_tree_kill = __commonJS({
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_41ip4wg3fbb from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_41ip4wg3fbb from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_41ip4wg3fbb from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_41ip4wg3fbb.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_41ip4wg3fbb.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_41ip4wg3fbb.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
11
|
// ------------------------------------------------------------
|
|
12
12
|
import {
|
|
13
13
|
require_picocolors
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-WFZ2CSQY.js";
|
|
15
15
|
import {
|
|
16
16
|
join,
|
|
17
17
|
normalize,
|
|
18
18
|
relative,
|
|
19
19
|
resolve,
|
|
20
20
|
sep
|
|
21
|
-
} from "../_node-chunks/chunk-
|
|
21
|
+
} from "../_node-chunks/chunk-RKUPODUD.js";
|
|
22
22
|
import {
|
|
23
23
|
__commonJS,
|
|
24
24
|
__name,
|
|
25
25
|
__require,
|
|
26
26
|
__toESM
|
|
27
|
-
} from "../_node-chunks/chunk-
|
|
27
|
+
} from "../_node-chunks/chunk-S7YRH6YW.js";
|
|
28
28
|
|
|
29
29
|
// ../../node_modules/braces/lib/utils.js
|
|
30
30
|
var require_utils = __commonJS({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/addon-vitest",
|
|
3
|
-
"version": "0.0.0-pr-
|
|
3
|
+
"version": "0.0.0-pr-32717-sha-77751994",
|
|
4
4
|
"description": "Storybook Vitest addon: Blazing fast component testing using stories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@storybook/global": "^5.0.0",
|
|
76
76
|
"@storybook/icons": "^1.6.0",
|
|
77
|
-
"prompts": "^2.4.0",
|
|
78
77
|
"ts-dedent": "^2.2.0"
|
|
79
78
|
},
|
|
80
79
|
"devDependencies": {
|
|
@@ -84,7 +83,6 @@
|
|
|
84
83
|
"@types/semver": "^7",
|
|
85
84
|
"@vitest/browser-playwright": "^4.0.1",
|
|
86
85
|
"@vitest/runner": "^4.0.1",
|
|
87
|
-
"boxen": "^8.0.1",
|
|
88
86
|
"empathic": "^2.0.0",
|
|
89
87
|
"es-toolkit": "^1.36.0",
|
|
90
88
|
"execa": "^8.0.1",
|
|
@@ -107,7 +105,7 @@
|
|
|
107
105
|
"@vitest/browser": "^3.0.0 || ^4.0.0",
|
|
108
106
|
"@vitest/browser-playwright": "^4.0.0",
|
|
109
107
|
"@vitest/runner": "^3.0.0 || ^4.0.0",
|
|
110
|
-
"storybook": "^0.0.0-pr-
|
|
108
|
+
"storybook": "^0.0.0-pr-32717-sha-77751994",
|
|
111
109
|
"vitest": "^3.0.0 || ^4.0.0"
|
|
112
110
|
},
|
|
113
111
|
"peerDependenciesMeta": {
|