@storybook/addon-vitest 10.1.0-alpha.12 → 10.1.0-alpha.13
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-AB3B3FVZ.js → chunk-25N73QA4.js} +6 -31
- package/dist/_node-chunks/{chunk-PCFYAAN7.js → chunk-6K4PB6ZM.js} +6 -6
- package/dist/_node-chunks/{chunk-2CDZI4WP.js → chunk-CWEKNW53.js} +7 -7
- package/dist/_node-chunks/{chunk-IC274GVS.js → chunk-F3U6JEPX.js} +6 -6
- package/dist/_node-chunks/{chunk-5ZI5GUBS.js → chunk-FJKQJ53U.js} +7 -19
- package/dist/_node-chunks/chunk-HKZ24UC3.js +158 -0
- package/dist/_node-chunks/chunk-IZMDFVYT.js +61 -0
- package/dist/_node-chunks/{chunk-STKK7R3Q.js → chunk-NT7JGKSQ.js} +7 -7
- package/dist/_node-chunks/chunk-XHF2DJDH.js +38 -0
- package/dist/manager.js +1 -1
- package/dist/node/coverage-reporter.js +8 -8
- package/dist/node/vitest.js +24 -14
- package/dist/postinstall.js +152 -290
- package/dist/preset.js +30 -25
- package/dist/vitest-plugin/global-setup.js +8 -9
- package/dist/vitest-plugin/index.js +14 -12
- package/dist/vitest-plugin/setup-file.js +1 -1
- package/package.json +3 -7
- package/dist/_node-chunks/chunk-3HJX4AQ5.js +0 -1697
- package/dist/_node-chunks/chunk-4R6Y7BGX.js +0 -35
- /package/dist/_browser-chunks/{chunk-ULSHVN74.js → chunk-TYJENCK5.js} +0 -0
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_xvxi8m6bww from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_xvxi8m6bww from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_xvxi8m6bww from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_xvxi8m6bww.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_xvxi8m6bww.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_xvxi8m6bww.createRequire(import.meta.url);
|
|
8
|
-
|
|
9
|
-
// ------------------------------------------------------------
|
|
10
|
-
// end of CJS compatibility banner, injected by Storybook's esbuild configuration
|
|
11
|
-
// ------------------------------------------------------------
|
|
12
|
-
import {
|
|
13
|
-
ADDON_ID
|
|
14
|
-
} from "./chunk-5ZI5GUBS.js";
|
|
15
|
-
import {
|
|
16
|
-
require_picocolors
|
|
17
|
-
} from "./chunk-STKK7R3Q.js";
|
|
18
|
-
import {
|
|
19
|
-
__toESM
|
|
20
|
-
} from "./chunk-PCFYAAN7.js";
|
|
21
|
-
|
|
22
|
-
// src/logger.ts
|
|
23
|
-
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
24
|
-
var log = (message) => {
|
|
25
|
-
console.log(`${import_picocolors.default.magenta(ADDON_ID)}: ${message.toString().trim()}`);
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
// ../../node_modules/es-toolkit/dist/function/noop.mjs
|
|
29
|
-
function noop() {
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export {
|
|
33
|
-
noop,
|
|
34
|
-
log
|
|
35
|
-
};
|
|
File without changes
|