@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.
@@ -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
- };