@storybook/addon-vitest 0.0.0-pr-33092-sha-c8460b7a → 0.0.0-pr-32795-sha-2ff8d295
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/_browser-chunks/{chunk-ULSHVN74.js → chunk-TJXI7EIW.js} +2 -1
- package/dist/_node-chunks/chunk-3GCLAEGA.js +61 -0
- package/dist/_node-chunks/{chunk-SXPPGPJV.js → chunk-4J4XM5TQ.js} +7 -7
- package/dist/_node-chunks/{chunk-UVEHSNL5.js → chunk-7AA22XYW.js} +6 -6
- package/dist/_node-chunks/chunk-ATXQIWRA.js +38 -0
- package/dist/_node-chunks/{chunk-PO7D7KB7.js → chunk-D4Z3PJPX.js} +6 -31
- package/dist/_node-chunks/{chunk-H6AFC5BW.js → chunk-GIB764DK.js} +8 -20
- package/dist/_node-chunks/{chunk-BYNAAADB.js → chunk-M6B3MXZI.js} +7 -7
- package/dist/_node-chunks/chunk-P2LBJM7Q.js +158 -0
- package/dist/_node-chunks/{chunk-A4JN7TXM.js → chunk-QWYWOSA6.js} +6 -6
- package/dist/manager.js +5 -2
- 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 +31 -26
- package/dist/vitest-plugin/global-setup.js +8 -9
- package/dist/vitest-plugin/index.js +17 -32
- package/dist/vitest-plugin/setup-file.js +1 -1
- package/package.json +3 -7
- package/dist/_node-chunks/chunk-NRFGFKG2.js +0 -1697
- package/dist/_node-chunks/chunk-QPB2GCIO.js +0 -35
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import CJS_COMPAT_NODE_URL_vshh9fntxdn from 'node:url';
|
|
2
|
-
import CJS_COMPAT_NODE_PATH_vshh9fntxdn from 'node:path';
|
|
3
|
-
import CJS_COMPAT_NODE_MODULE_vshh9fntxdn from "node:module";
|
|
4
|
-
|
|
5
|
-
var __filename = CJS_COMPAT_NODE_URL_vshh9fntxdn.fileURLToPath(import.meta.url);
|
|
6
|
-
var __dirname = CJS_COMPAT_NODE_PATH_vshh9fntxdn.dirname(__filename);
|
|
7
|
-
var require = CJS_COMPAT_NODE_MODULE_vshh9fntxdn.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-H6AFC5BW.js";
|
|
15
|
-
import {
|
|
16
|
-
require_picocolors
|
|
17
|
-
} from "./chunk-BYNAAADB.js";
|
|
18
|
-
import {
|
|
19
|
-
__toESM
|
|
20
|
-
} from "./chunk-A4JN7TXM.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
|
-
};
|