@storybook/addon-vitest 0.0.0-pr-32844-sha-7ad957f2 → 0.0.0-pr-32844-sha-03847137
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-VZM7JDIZ.js → chunk-2SBHMH5V.js} +8 -8
- package/dist/_node-chunks/{chunk-23XZBP75.js → chunk-D7AYZYLB.js} +6 -6
- package/dist/_node-chunks/{chunk-2USXRAKC.js → chunk-FNCOY7DN.js} +7 -7
- package/dist/_node-chunks/{chunk-MTZ3Z56Y.js → chunk-MTG42ES5.js} +9 -9
- package/dist/_node-chunks/{chunk-NHUU72CK.js → chunk-OLUWU6RG.js} +6 -6
- package/dist/_node-chunks/{chunk-V3XLKRTR.js → chunk-QVDFP2LG.js} +7 -7
- package/dist/_node-chunks/{chunk-EZWRCYYY.js → chunk-UG3O2RH3.js} +7 -7
- package/dist/_node-chunks/{chunk-TVQQERW4.js → chunk-UHKFXSYG.js} +7 -7
- package/dist/node/coverage-reporter.js +8 -8
- package/dist/node/vitest.js +12 -12
- package/dist/postinstall.js +31 -30
- package/dist/preset.js +12 -12
- package/dist/vitest-plugin/global-setup.js +7 -7
- package/dist/vitest-plugin/index.js +9 -9
- package/package.json +2 -2
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,13 +12,13 @@ var require = CJS_COMPAT_NODE_MODULE_xbm7e8w42y.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
dirname,
|
|
14
14
|
join
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QVDFP2LG.js";
|
|
16
16
|
import {
|
|
17
17
|
__commonJS,
|
|
18
18
|
__name,
|
|
19
19
|
__require,
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-D7AYZYLB.js";
|
|
22
22
|
|
|
23
23
|
// ../../node_modules/isexe/windows.js
|
|
24
24
|
var require_windows = __commonJS({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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
|
__name
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-D7AYZYLB.js";
|
|
15
15
|
|
|
16
16
|
// src/utils.ts
|
|
17
17
|
function getAddonNames(mainConfig) {
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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
|
ADDON_ID
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-OLUWU6RG.js";
|
|
15
15
|
import {
|
|
16
16
|
require_picocolors
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-UHKFXSYG.js";
|
|
18
18
|
import {
|
|
19
19
|
__name,
|
|
20
20
|
__toESM
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-D7AYZYLB.js";
|
|
22
22
|
|
|
23
23
|
// src/logger.ts
|
|
24
24
|
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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
|
__name
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-D7AYZYLB.js";
|
|
15
15
|
|
|
16
16
|
// ../../node_modules/pathe/dist/shared/pathe.ff20891b.mjs
|
|
17
17
|
var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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_xbm7e8w42y.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-D7AYZYLB.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_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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_xbm7e8w42y.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__name
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-D7AYZYLB.js";
|
|
16
16
|
|
|
17
17
|
// ../../node_modules/picocolors/picocolors.js
|
|
18
18
|
var require_picocolors = __commonJS({
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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_gte
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-UG3O2RH3.js";
|
|
15
15
|
import {
|
|
16
16
|
__commonJS,
|
|
17
17
|
__name,
|
|
18
18
|
__require,
|
|
19
19
|
__toESM
|
|
20
|
-
} from "../_node-chunks/chunk-
|
|
20
|
+
} from "../_node-chunks/chunk-D7AYZYLB.js";
|
|
21
21
|
|
|
22
22
|
// ../../node_modules/istanbul-lib-report/node_modules/make-dir/index.js
|
|
23
23
|
var require_make_dir = __commonJS({
|
package/dist/node/vitest.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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
|
log
|
|
14
|
-
} from "../_node-chunks/chunk-
|
|
14
|
+
} from "../_node-chunks/chunk-MTG42ES5.js";
|
|
15
15
|
import {
|
|
16
16
|
any,
|
|
17
17
|
errorToErrorLike
|
|
18
|
-
} from "../_node-chunks/chunk-
|
|
18
|
+
} from "../_node-chunks/chunk-FNCOY7DN.js";
|
|
19
19
|
import {
|
|
20
20
|
ADDON_ID,
|
|
21
21
|
COVERAGE_DIRECTORY,
|
|
22
22
|
STATUS_TYPE_ID_A11Y,
|
|
23
23
|
STATUS_TYPE_ID_COMPONENT_TEST,
|
|
24
24
|
storeOptions
|
|
25
|
-
} from "../_node-chunks/chunk-
|
|
26
|
-
import "../_node-chunks/chunk-
|
|
25
|
+
} from "../_node-chunks/chunk-OLUWU6RG.js";
|
|
26
|
+
import "../_node-chunks/chunk-UHKFXSYG.js";
|
|
27
27
|
import {
|
|
28
28
|
dirname,
|
|
29
29
|
join,
|
|
30
30
|
normalize,
|
|
31
31
|
path
|
|
32
|
-
} from "../_node-chunks/chunk-
|
|
32
|
+
} from "../_node-chunks/chunk-QVDFP2LG.js";
|
|
33
33
|
import {
|
|
34
34
|
__name
|
|
35
|
-
} from "../_node-chunks/chunk-
|
|
35
|
+
} from "../_node-chunks/chunk-D7AYZYLB.js";
|
|
36
36
|
|
|
37
37
|
// src/node/vitest.ts
|
|
38
38
|
import process2 from "node:process";
|
package/dist/postinstall.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,22 +12,22 @@ var require = CJS_COMPAT_NODE_MODULE_xbm7e8w42y.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
execa,
|
|
14
14
|
resolvePackageDir
|
|
15
|
-
} from "./_node-chunks/chunk-
|
|
15
|
+
} from "./_node-chunks/chunk-2SBHMH5V.js";
|
|
16
16
|
import {
|
|
17
17
|
any,
|
|
18
18
|
getAddonNames,
|
|
19
19
|
up
|
|
20
|
-
} from "./_node-chunks/chunk-
|
|
20
|
+
} from "./_node-chunks/chunk-FNCOY7DN.js";
|
|
21
21
|
import {
|
|
22
22
|
DOCUMENTATION_LINK,
|
|
23
23
|
SUPPORTED_FRAMEWORKS
|
|
24
|
-
} from "./_node-chunks/chunk-
|
|
24
|
+
} from "./_node-chunks/chunk-OLUWU6RG.js";
|
|
25
25
|
import {
|
|
26
26
|
dirname,
|
|
27
27
|
join,
|
|
28
28
|
relative,
|
|
29
29
|
resolve
|
|
30
|
-
} from "./_node-chunks/chunk-
|
|
30
|
+
} from "./_node-chunks/chunk-QVDFP2LG.js";
|
|
31
31
|
import {
|
|
32
32
|
require_compare,
|
|
33
33
|
require_constants,
|
|
@@ -37,12 +37,12 @@ import {
|
|
|
37
37
|
require_parse_options,
|
|
38
38
|
require_re,
|
|
39
39
|
require_semver
|
|
40
|
-
} from "./_node-chunks/chunk-
|
|
40
|
+
} from "./_node-chunks/chunk-UG3O2RH3.js";
|
|
41
41
|
import {
|
|
42
42
|
__commonJS,
|
|
43
43
|
__name,
|
|
44
44
|
__toESM
|
|
45
|
-
} from "./_node-chunks/chunk-
|
|
45
|
+
} from "./_node-chunks/chunk-D7AYZYLB.js";
|
|
46
46
|
|
|
47
47
|
// ../../node_modules/semver/functions/parse.js
|
|
48
48
|
var require_parse = __commonJS({
|
|
@@ -1616,10 +1616,7 @@ var updateConfigFile = /* @__PURE__ */ __name((source, target) => {
|
|
|
1616
1616
|
} else if (targetExportDefault.declaration.type === "CallExpression" && targetExportDefault.declaration.callee.type === "Identifier" && targetExportDefault.declaration.callee.name === "defineConfig" && targetExportDefault.declaration.arguments[0]?.type === "ObjectExpression") {
|
|
1617
1617
|
canHandleConfig = true;
|
|
1618
1618
|
} else if (targetExportDefault.declaration.type === "CallExpression" && targetExportDefault.declaration.callee.type === "Identifier" && targetExportDefault.declaration.callee.name === "mergeConfig" && targetExportDefault.declaration.arguments.length >= 2) {
|
|
1619
|
-
|
|
1620
|
-
(arg) => arg?.type === "CallExpression" && arg.callee.type === "Identifier" && arg.callee.name === "defineConfig" && arg.arguments[0]?.type === "ObjectExpression"
|
|
1621
|
-
);
|
|
1622
|
-
canHandleConfig = defineConfigNodes.length > 0;
|
|
1619
|
+
canHandleConfig = true;
|
|
1623
1620
|
}
|
|
1624
1621
|
if (!canHandleConfig) {
|
|
1625
1622
|
return false;
|
|
@@ -1652,20 +1649,24 @@ var updateConfigFile = /* @__PURE__ */ __name((source, target) => {
|
|
|
1652
1649
|
mergeProperties(properties, exportDefault.declaration.arguments[0].properties);
|
|
1653
1650
|
updated = true;
|
|
1654
1651
|
} else if (exportDefault.declaration.type === "CallExpression" && exportDefault.declaration.callee.type === "Identifier" && exportDefault.declaration.callee.name === "mergeConfig" && exportDefault.declaration.arguments.length >= 2) {
|
|
1655
|
-
const
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1652
|
+
const configObjectNodes = [];
|
|
1653
|
+
for (const arg of exportDefault.declaration.arguments) {
|
|
1654
|
+
if (arg?.type === "CallExpression" && arg.callee.type === "Identifier" && arg.callee.name === "defineConfig" && arg.arguments[0]?.type === "ObjectExpression") {
|
|
1655
|
+
configObjectNodes.push(arg.arguments[0]);
|
|
1656
|
+
} else if (arg?.type === "ObjectExpression") {
|
|
1657
|
+
configObjectNodes.push(arg);
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
const configObjectWithTest = configObjectNodes.find(
|
|
1661
|
+
(obj) => obj.properties.some(
|
|
1660
1662
|
(p) => p.type === "ObjectProperty" && p.key.type === "Identifier" && p.key.name === "test"
|
|
1661
1663
|
)
|
|
1662
1664
|
);
|
|
1663
|
-
const
|
|
1664
|
-
if (!
|
|
1665
|
+
const targetConfigObject = configObjectWithTest || configObjectNodes[0];
|
|
1666
|
+
if (!targetConfigObject) {
|
|
1665
1667
|
return false;
|
|
1666
1668
|
}
|
|
1667
|
-
const
|
|
1668
|
-
const existingTestProp = defineConfigProps.properties.find(
|
|
1669
|
+
const existingTestProp = targetConfigObject.properties.find(
|
|
1669
1670
|
(p) => p.type === "ObjectProperty" && p.key.type === "Identifier" && p.key.name === "test"
|
|
1670
1671
|
);
|
|
1671
1672
|
if (existingTestProp && existingTestProp.value.type === "ObjectExpression") {
|
|
@@ -1707,21 +1708,21 @@ var updateConfigFile = /* @__PURE__ */ __name((source, target) => {
|
|
|
1707
1708
|
]
|
|
1708
1709
|
};
|
|
1709
1710
|
workspaceOrProjectsProp.value.elements.unshift(existingTestProject);
|
|
1710
|
-
|
|
1711
|
+
targetConfigObject.properties = targetConfigObject.properties.filter(
|
|
1711
1712
|
(p) => p !== existingTestProp
|
|
1712
1713
|
);
|
|
1713
1714
|
if (coverageProp && templateTestProp.value.type === "ObjectExpression") {
|
|
1714
1715
|
templateTestProp.value.properties.unshift(coverageProp);
|
|
1715
1716
|
}
|
|
1716
|
-
mergeProperties(properties,
|
|
1717
|
+
mergeProperties(properties, targetConfigObject.properties);
|
|
1717
1718
|
} else {
|
|
1718
|
-
mergeProperties(properties,
|
|
1719
|
+
mergeProperties(properties, targetConfigObject.properties);
|
|
1719
1720
|
}
|
|
1720
1721
|
} else {
|
|
1721
|
-
mergeProperties(properties,
|
|
1722
|
+
mergeProperties(properties, targetConfigObject.properties);
|
|
1722
1723
|
}
|
|
1723
1724
|
} else {
|
|
1724
|
-
mergeProperties(properties,
|
|
1725
|
+
mergeProperties(properties, targetConfigObject.properties);
|
|
1725
1726
|
}
|
|
1726
1727
|
updated = true;
|
|
1727
1728
|
}
|
package/dist/preset.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.createRequire(import.meta.url);
|
|
8
8
|
|
|
9
9
|
// ------------------------------------------------------------
|
|
10
10
|
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
@@ -12,11 +12,11 @@ var require = CJS_COMPAT_NODE_MODULE_xbm7e8w42y.createRequire(import.meta.url);
|
|
|
12
12
|
import {
|
|
13
13
|
log,
|
|
14
14
|
noop
|
|
15
|
-
} from "./_node-chunks/chunk-
|
|
15
|
+
} from "./_node-chunks/chunk-MTG42ES5.js";
|
|
16
16
|
import {
|
|
17
17
|
execaNode,
|
|
18
18
|
importMetaResolve
|
|
19
|
-
} from "./_node-chunks/chunk-
|
|
19
|
+
} from "./_node-chunks/chunk-2SBHMH5V.js";
|
|
20
20
|
import {
|
|
21
21
|
ADDON_ID,
|
|
22
22
|
COVERAGE_DIRECTORY,
|
|
@@ -25,17 +25,17 @@ import {
|
|
|
25
25
|
STORYBOOK_ADDON_TEST_CHANNEL,
|
|
26
26
|
TEST_PROVIDER_STORE_CHANNEL_EVENT_NAME,
|
|
27
27
|
storeOptions
|
|
28
|
-
} from "./_node-chunks/chunk-
|
|
28
|
+
} from "./_node-chunks/chunk-OLUWU6RG.js";
|
|
29
29
|
import {
|
|
30
30
|
require_picocolors
|
|
31
|
-
} from "./_node-chunks/chunk-
|
|
31
|
+
} from "./_node-chunks/chunk-UHKFXSYG.js";
|
|
32
32
|
import {
|
|
33
33
|
normalize
|
|
34
|
-
} from "./_node-chunks/chunk-
|
|
34
|
+
} from "./_node-chunks/chunk-QVDFP2LG.js";
|
|
35
35
|
import {
|
|
36
36
|
__name,
|
|
37
37
|
__toESM
|
|
38
|
-
} from "./_node-chunks/chunk-
|
|
38
|
+
} from "./_node-chunks/chunk-D7AYZYLB.js";
|
|
39
39
|
|
|
40
40
|
// src/preset.ts
|
|
41
41
|
import { mkdir } from "node:fs/promises";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import CJS_COMPAT_NODE_URL_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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-D7AYZYLB.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_o4p7dydgd5l from 'node:url';
|
|
2
|
+
import CJS_COMPAT_NODE_PATH_o4p7dydgd5l from 'node:path';
|
|
3
|
+
import CJS_COMPAT_NODE_MODULE_o4p7dydgd5l from "node:module";
|
|
4
4
|
|
|
5
|
-
var __filename =
|
|
6
|
-
var __dirname =
|
|
7
|
-
var require =
|
|
5
|
+
var __filename = CJS_COMPAT_NODE_URL_o4p7dydgd5l.fileURLToPath(import.meta.url);
|
|
6
|
+
var __dirname = CJS_COMPAT_NODE_PATH_o4p7dydgd5l.dirname(__filename);
|
|
7
|
+
var require = CJS_COMPAT_NODE_MODULE_o4p7dydgd5l.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-UHKFXSYG.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-QVDFP2LG.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-D7AYZYLB.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-32844-sha-
|
|
3
|
+
"version": "0.0.0-pr-32844-sha-03847137",
|
|
4
4
|
"description": "Storybook Vitest addon: Blazing fast component testing using stories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@vitest/browser": "^3.0.0 || ^4.0.0",
|
|
108
108
|
"@vitest/browser-playwright": "^4.0.0",
|
|
109
109
|
"@vitest/runner": "^3.0.0 || ^4.0.0",
|
|
110
|
-
"storybook": "^0.0.0-pr-32844-sha-
|
|
110
|
+
"storybook": "^0.0.0-pr-32844-sha-03847137",
|
|
111
111
|
"vitest": "^3.0.0 || ^4.0.0"
|
|
112
112
|
},
|
|
113
113
|
"peerDependenciesMeta": {
|