vitest 4.0.0-beta.7 → 4.0.0-beta.8
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/chunks/{cac.Dsn7ixFt.js → cac.By1HvRIk.js} +6 -7
- package/dist/chunks/{cli-api.DfGJyldU.js → cli-api.C-JHgQgp.js} +52 -182
- package/dist/chunks/{coverage.Dvxug1RM.js → coverage.DarITf6U.js} +6 -6
- package/dist/chunks/{index.C3EbxYwt.js → index.AzwzFtyi.js} +6 -2
- package/dist/chunks/{index.D2B6d2vv.js → index.BuwjkI-q.js} +1 -1
- package/dist/chunks/{plugin.d.vcD4xbMS.d.ts → plugin.d.CHe6slQs.d.ts} +1 -1
- package/dist/chunks/{reporters.d.BC86JJdB.d.ts → reporters.d.37tJQ2uV.d.ts} +449 -552
- package/dist/cli.js +2 -2
- package/dist/config.d.ts +6 -6
- package/dist/coverage.d.ts +4 -4
- package/dist/coverage.js +1 -1
- package/dist/node.d.ts +18 -8
- package/dist/node.js +7 -7
- package/dist/reporters.d.ts +4 -4
- package/dist/reporters.js +2 -2
- package/package.json +10 -11
package/dist/cli.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { c as createCLI } from './chunks/cac.
|
|
1
|
+
import { c as createCLI } from './chunks/cac.By1HvRIk.js';
|
|
2
2
|
import '@vitest/utils';
|
|
3
3
|
import 'events';
|
|
4
4
|
import 'pathe';
|
|
5
5
|
import 'tinyrainbow';
|
|
6
6
|
import './chunks/constants.D_Q9UYh-.js';
|
|
7
|
-
import './chunks/index.
|
|
7
|
+
import './chunks/index.AzwzFtyi.js';
|
|
8
8
|
import 'node:fs';
|
|
9
9
|
import 'node:fs/promises';
|
|
10
10
|
import './chunks/typechecker.DSo_maXz.js';
|
package/dist/config.d.ts
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import { HookHandler, ConfigEnv, UserConfig } from 'vite';
|
|
2
2
|
export { ConfigEnv, Plugin, UserConfig as ViteUserConfig, mergeConfig } from 'vite';
|
|
3
|
-
import { I as InlineConfig, c as CoverageV8Options, R as ResolvedCoverageOptions, U as UserWorkspaceConfig, d as UserProjectConfigFn, e as UserProjectConfigExport } from './chunks/reporters.d.
|
|
4
|
-
export { a as TestProjectConfiguration, g as TestProjectInlineConfiguration, f as TestUserConfig, W as WatcherTriggerPattern } from './chunks/reporters.d.
|
|
5
|
-
import { V as VitestPluginContext } from './chunks/plugin.d.
|
|
3
|
+
import { I as InlineConfig, c as CoverageV8Options, R as ResolvedCoverageOptions, U as UserWorkspaceConfig, d as UserProjectConfigFn, e as UserProjectConfigExport } from './chunks/reporters.d.37tJQ2uV.js';
|
|
4
|
+
export { a as TestProjectConfiguration, g as TestProjectInlineConfiguration, f as TestUserConfig, W as WatcherTriggerPattern } from './chunks/reporters.d.37tJQ2uV.js';
|
|
5
|
+
import { V as VitestPluginContext } from './chunks/plugin.d.CHe6slQs.js';
|
|
6
6
|
import { F as FakeTimerInstallOpts } from './chunks/config.d._GBBbReY.js';
|
|
7
7
|
import '@vitest/runner';
|
|
8
8
|
import '@vitest/utils';
|
|
9
9
|
import './chunks/environment.d.2fYMoz3o.js';
|
|
10
10
|
import 'node:stream';
|
|
11
|
-
import '
|
|
11
|
+
import '@vitest/mocker';
|
|
12
|
+
import '@vitest/utils/source-map';
|
|
12
13
|
import './chunks/browser.d.DOMmqJQx.js';
|
|
13
14
|
import './chunks/worker.d.DYlqbejz.js';
|
|
14
15
|
import 'vite/module-runner';
|
|
15
16
|
import '@vitest/snapshot';
|
|
16
|
-
import '@vitest/mocker';
|
|
17
|
-
import '@vitest/utils/source-map';
|
|
18
17
|
import '@vitest/pretty-format';
|
|
19
18
|
import '@vitest/utils/diff';
|
|
20
19
|
import 'chai';
|
|
@@ -25,6 +24,7 @@ import 'tinybench';
|
|
|
25
24
|
import './chunks/coverage.d.BZtK59WP.js';
|
|
26
25
|
import '@vitest/snapshot/manager';
|
|
27
26
|
import 'node:fs';
|
|
27
|
+
import 'node:console';
|
|
28
28
|
|
|
29
29
|
/* eslint-disable unused-imports/no-unused-vars */
|
|
30
30
|
|
package/dist/coverage.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { R as ResolvedCoverageOptions, V as Vitest, C as CoverageMap, b as ReportContext } from './chunks/reporters.d.
|
|
1
|
+
import { R as ResolvedCoverageOptions, V as Vitest, C as CoverageMap, b as ReportContext } from './chunks/reporters.d.37tJQ2uV.js';
|
|
2
2
|
import { TransformResult } from 'vite';
|
|
3
3
|
import { A as AfterSuiteRunMeta } from './chunks/environment.d.2fYMoz3o.js';
|
|
4
4
|
import '@vitest/runner';
|
|
5
5
|
import '@vitest/utils';
|
|
6
6
|
import 'node:stream';
|
|
7
|
-
import '
|
|
7
|
+
import '@vitest/mocker';
|
|
8
|
+
import '@vitest/utils/source-map';
|
|
8
9
|
import './chunks/browser.d.DOMmqJQx.js';
|
|
9
10
|
import './chunks/worker.d.DYlqbejz.js';
|
|
10
11
|
import 'vite/module-runner';
|
|
@@ -12,8 +13,6 @@ import './chunks/config.d._GBBbReY.js';
|
|
|
12
13
|
import '@vitest/pretty-format';
|
|
13
14
|
import '@vitest/snapshot';
|
|
14
15
|
import '@vitest/utils/diff';
|
|
15
|
-
import '@vitest/mocker';
|
|
16
|
-
import '@vitest/utils/source-map';
|
|
17
16
|
import 'chai';
|
|
18
17
|
import 'vitest/optional-types.js';
|
|
19
18
|
import './chunks/benchmark.d.DAaHLpsq.js';
|
|
@@ -22,6 +21,7 @@ import 'tinybench';
|
|
|
22
21
|
import './chunks/coverage.d.BZtK59WP.js';
|
|
23
22
|
import '@vitest/snapshot/manager';
|
|
24
23
|
import 'node:fs';
|
|
24
|
+
import 'node:console';
|
|
25
25
|
|
|
26
26
|
type Threshold = "lines" | "functions" | "statements" | "branches";
|
|
27
27
|
interface ResolvedThreshold {
|
package/dist/coverage.js
CHANGED
package/dist/node.d.ts
CHANGED
|
@@ -3,24 +3,24 @@ import { InlineConfig, UserConfig as UserConfig$1, Plugin, ResolvedConfig as Res
|
|
|
3
3
|
export { vite as Vite };
|
|
4
4
|
export { esbuildVersion, isCSSRequest, isFileServingAllowed, parseAst, parseAstAsync, rollupVersion, version as viteVersion } from 'vite';
|
|
5
5
|
import { IncomingMessage } from 'node:http';
|
|
6
|
-
import { h as ResolvedConfig, f as UserConfig, i as VitestRunMode, j as VitestOptions, V as Vitest, A as ApiConfig, T as TestProject,
|
|
7
|
-
export {
|
|
6
|
+
import { h as ResolvedConfig, f as UserConfig, i as VitestRunMode, j as VitestOptions, V as Vitest, A as ApiConfig, k as TestSpecification, T as TestProject, P as Pool, l as TestSequencer, L as Logger } from './chunks/reporters.d.37tJQ2uV.js';
|
|
7
|
+
export { an as BaseCoverageOptions, G as BenchmarkUserOptions, K as BrowserBuiltinProvider, N as BrowserCommand, Q as BrowserCommandContext, X as BrowserConfigOptions, Y as BrowserInstanceOption, Z as BrowserModuleMocker, _ as BrowserOrchestrator, $ as BrowserProvider, a0 as BrowserProviderInitializationOptions, a1 as BrowserProviderModule, a2 as BrowserProviderOptions, a3 as BrowserScript, a4 as BrowserServerState, a5 as BrowserServerStateSession, ac as BuiltinEnvironment, a6 as CDPSession, ad as CSSModuleScopeStrategy, ao as CoverageIstanbulOptions, ap as CoverageOptions, aq as CoverageProvider, ar as CoverageProviderModule, as as CoverageReporter, c as CoverageV8Options, at as CustomProviderOptions, ae as DepsOptimizationOptions, af as EnvironmentOptions, H as HTMLOptions, I as InlineConfig, o as JUnitOptions, J as JsonOptions, M as ModuleDiagnostic, O as OnServerRestartHandler, m as OnTestsRerunHandler, a7 as ParentProjectBrowser, ag as PoolOptions, a8 as ProjectBrowser, ah as ProjectConfig, b as ReportContext, av as ReportedHookContext, aw as Reporter, aj as ResolveSnapshotPathHandler, ak as ResolveSnapshotPathHandlerContext, a9 as ResolvedBrowserOptions, R as ResolvedCoverageOptions, ai as ResolvedProjectConfig, S as SerializedTestProject, p as TaskOptions, q as TestCase, r as TestCollection, s as TestDiagnostic, t as TestModule, u as TestModuleState, v as TestResult, w as TestResultFailed, x as TestResultPassed, y as TestResultSkipped, ax as TestRunEndReason, au as TestRunResult, F as TestSequencerConstructor, z as TestState, B as TestSuite, D as TestSuiteState, aa as ToMatchScreenshotComparators, ab as ToMatchScreenshotOptions, al as TypecheckConfig, U as UserWorkspaceConfig, am as VitestEnvironment, n as VitestPackageInstaller, W as WatcherTriggerPattern, E as experimental_getRunnerTask } from './chunks/reporters.d.37tJQ2uV.js';
|
|
8
|
+
import { Awaitable } from '@vitest/utils';
|
|
9
|
+
export { SerializedError } from '@vitest/utils';
|
|
8
10
|
import { R as RuntimeRPC } from './chunks/worker.d.DYlqbejz.js';
|
|
9
11
|
export { T as TestExecutionType } from './chunks/worker.d.DYlqbejz.js';
|
|
10
12
|
import { Writable } from 'node:stream';
|
|
11
|
-
export { V as VitestPluginContext } from './chunks/plugin.d.
|
|
13
|
+
export { V as VitestPluginContext } from './chunks/plugin.d.CHe6slQs.js';
|
|
12
14
|
export { W as WorkerContext } from './chunks/worker.d.BKu8cnnX.js';
|
|
13
15
|
import { Debugger } from 'debug';
|
|
14
16
|
import './chunks/global.d.K6uBQHzY.js';
|
|
15
17
|
export { Task as RunnerTask, TaskResult as RunnerTaskResult, TaskResultPack as RunnerTaskResultPack, Test as RunnerTestCase, File as RunnerTestFile, Suite as RunnerTestSuite, SequenceHooks, SequenceSetupFiles } from '@vitest/runner';
|
|
16
18
|
export { b as RuntimeConfig } from './chunks/config.d._GBBbReY.js';
|
|
17
|
-
export { SerializedError } from '@vitest/utils';
|
|
18
19
|
export { generateFileHash } from '@vitest/runner/utils';
|
|
19
20
|
import './chunks/environment.d.2fYMoz3o.js';
|
|
20
|
-
import 'node:console';
|
|
21
|
-
import './chunks/browser.d.DOMmqJQx.js';
|
|
22
21
|
import '@vitest/mocker';
|
|
23
22
|
import '@vitest/utils/source-map';
|
|
23
|
+
import './chunks/browser.d.DOMmqJQx.js';
|
|
24
24
|
import '@vitest/pretty-format';
|
|
25
25
|
import '@vitest/snapshot';
|
|
26
26
|
import '@vitest/utils/diff';
|
|
@@ -31,6 +31,7 @@ import 'tinybench';
|
|
|
31
31
|
import './chunks/coverage.d.BZtK59WP.js';
|
|
32
32
|
import '@vitest/snapshot/manager';
|
|
33
33
|
import 'node:fs';
|
|
34
|
+
import 'node:console';
|
|
34
35
|
import 'vite/module-runner';
|
|
35
36
|
import 'node:worker_threads';
|
|
36
37
|
import '@vitest/expect';
|
|
@@ -128,6 +129,15 @@ declare function resolveConfig(options?: UserConfig, viteOverrides?: UserConfig$
|
|
|
128
129
|
|
|
129
130
|
declare function resolveFsAllow(projectRoot: string, rootConfigFile: string | false | undefined): string[];
|
|
130
131
|
|
|
132
|
+
type RunWithFiles = (files: TestSpecification[], invalidates?: string[]) => Awaitable<void>;
|
|
133
|
+
interface ProcessPool {
|
|
134
|
+
name: string;
|
|
135
|
+
runTests: RunWithFiles;
|
|
136
|
+
collectTests: RunWithFiles;
|
|
137
|
+
close?: () => Awaitable<void>;
|
|
138
|
+
}
|
|
139
|
+
declare function getFilePoolName(project: TestProject): Pool;
|
|
140
|
+
|
|
131
141
|
interface MethodsOptions {
|
|
132
142
|
cacheFs?: boolean;
|
|
133
143
|
// do not report files
|
|
@@ -166,5 +176,5 @@ declare const createViteServer: typeof vite.createServer;
|
|
|
166
176
|
// rolldownVersion is exported only by rolldown-vite
|
|
167
177
|
declare const rolldownVersion: string | undefined;
|
|
168
178
|
|
|
169
|
-
export { ApiConfig, BaseSequencer, GitNotFoundError, ResolvedConfig, TestProject, TestSequencer, TestSpecification, UserConfig as TestUserConfig, FilesNotFoundError as TestsNotFoundError, Vitest, VitestOptions, VitestPlugin, VitestRunMode,
|
|
170
|
-
export type { CliParseOptions, CollectLineNumbers as TypeCheckCollectLineNumbers, CollectLines as TypeCheckCollectLines, Context as TypeCheckContext, TscErrorInfo as TypeCheckErrorInfo, RawErrsMap as TypeCheckRawErrorsMap, RootAndTarget as TypeCheckRootAndTarget };
|
|
179
|
+
export { ApiConfig, BaseSequencer, GitNotFoundError, Pool, ResolvedConfig, TestProject, TestSequencer, TestSpecification, UserConfig as TestUserConfig, FilesNotFoundError as TestsNotFoundError, Vitest, VitestOptions, VitestPlugin, VitestRunMode, createDebugger, createMethodsRPC, createViteLogger, createViteServer, createVitest, distDir, escapeTestName, getFilePoolName, isValidApiRequest, parseCLI, registerConsoleShortcuts, resolveApiServerConfig, resolveConfig, resolveFsAllow, rolldownVersion, rootDir, startVitest, version };
|
|
180
|
+
export type { CliParseOptions, ProcessPool, CollectLineNumbers as TypeCheckCollectLineNumbers, CollectLines as TypeCheckCollectLines, Context as TypeCheckContext, TscErrorInfo as TypeCheckErrorInfo, RawErrsMap as TypeCheckRawErrorsMap, RootAndTarget as TypeCheckRootAndTarget };
|
package/dist/node.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as vite from 'vite';
|
|
2
2
|
import { resolveConfig as resolveConfig$1, mergeConfig } from 'vite';
|
|
3
3
|
export { esbuildVersion, isCSSRequest, isFileServingAllowed, parseAst, parseAstAsync, rollupVersion, version as viteVersion } from 'vite';
|
|
4
|
-
import { V as Vitest, a as VitestPlugin } from './chunks/cli-api.
|
|
5
|
-
export { G as GitNotFoundError, F as TestsNotFoundError, b as VitestPackageInstaller, h as createDebugger, g as createViteLogger, c as createVitest, e as escapeTestName, d as experimental_getRunnerTask, i as isValidApiRequest, f as registerConsoleShortcuts, r as resolveFsAllow, s as startVitest } from './chunks/cli-api.
|
|
6
|
-
export { p as parseCLI } from './chunks/cac.
|
|
7
|
-
import { r as resolveConfig$2 } from './chunks/coverage.
|
|
8
|
-
export { b as BaseSequencer, c as createMethodsRPC, g as getFilePoolName, a as resolveApiServerConfig } from './chunks/coverage.
|
|
4
|
+
import { V as Vitest, a as VitestPlugin } from './chunks/cli-api.C-JHgQgp.js';
|
|
5
|
+
export { G as GitNotFoundError, F as TestsNotFoundError, b as VitestPackageInstaller, h as createDebugger, g as createViteLogger, c as createVitest, e as escapeTestName, d as experimental_getRunnerTask, i as isValidApiRequest, f as registerConsoleShortcuts, r as resolveFsAllow, s as startVitest } from './chunks/cli-api.C-JHgQgp.js';
|
|
6
|
+
export { p as parseCLI } from './chunks/cac.By1HvRIk.js';
|
|
7
|
+
import { r as resolveConfig$2 } from './chunks/coverage.DarITf6U.js';
|
|
8
|
+
export { b as BaseSequencer, c as createMethodsRPC, g as getFilePoolName, a as resolveApiServerConfig } from './chunks/coverage.DarITf6U.js';
|
|
9
9
|
import { slash, deepClone } from '@vitest/utils';
|
|
10
10
|
import { f as findUp } from './chunks/index.X0nbfr6-.js';
|
|
11
11
|
import { resolve } from 'pathe';
|
|
@@ -18,7 +18,7 @@ import 'node:path';
|
|
|
18
18
|
import 'node:os';
|
|
19
19
|
import '@vitest/snapshot/manager';
|
|
20
20
|
import './chunks/index.Bgo3tNWt.js';
|
|
21
|
-
import './chunks/index.
|
|
21
|
+
import './chunks/index.AzwzFtyi.js';
|
|
22
22
|
import 'node:fs/promises';
|
|
23
23
|
import './chunks/typechecker.DSo_maXz.js';
|
|
24
24
|
import 'node:perf_hooks';
|
|
@@ -54,7 +54,7 @@ import '@vitest/mocker/node';
|
|
|
54
54
|
import './chunks/defaults.CXFFjsi8.js';
|
|
55
55
|
import './chunks/resolver.Bx6lE0iq.js';
|
|
56
56
|
import 'es-module-lexer';
|
|
57
|
-
import './chunks/index.
|
|
57
|
+
import './chunks/index.BuwjkI-q.js';
|
|
58
58
|
import 'node:assert';
|
|
59
59
|
import '@vitest/utils/error';
|
|
60
60
|
import 'node:readline';
|
package/dist/reporters.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { aL as BaseReporter, aM as BenchmarkBuiltinReporters, ay as BenchmarkReporter, az as BenchmarkReportsMap, aN as BuiltinReporterOptions, aO as BuiltinReporters, aA as DefaultReporter, aB as DotReporter, aC as GithubActionsReporter, aD as HangingProcessReporter, aF as JUnitReporter, aP as JsonAssertionResult, aE as JsonReporter, aQ as JsonTestResult, aR as JsonTestResults, av as ReportedHookContext, aw as Reporter, aG as ReportersMap, aH as TapFlatReporter, aI as TapReporter, ax as TestRunEndReason, aJ as VerboseBenchmarkReporter, aK as VerboseReporter } from './chunks/reporters.d.37tJQ2uV.js';
|
|
2
2
|
import '@vitest/runner';
|
|
3
3
|
import '@vitest/utils';
|
|
4
4
|
import './chunks/environment.d.2fYMoz3o.js';
|
|
5
5
|
import 'node:stream';
|
|
6
6
|
import 'vite';
|
|
7
|
-
import '
|
|
7
|
+
import '@vitest/mocker';
|
|
8
|
+
import '@vitest/utils/source-map';
|
|
8
9
|
import './chunks/browser.d.DOMmqJQx.js';
|
|
9
10
|
import './chunks/worker.d.DYlqbejz.js';
|
|
10
11
|
import 'vite/module-runner';
|
|
@@ -12,8 +13,6 @@ import './chunks/config.d._GBBbReY.js';
|
|
|
12
13
|
import '@vitest/pretty-format';
|
|
13
14
|
import '@vitest/snapshot';
|
|
14
15
|
import '@vitest/utils/diff';
|
|
15
|
-
import '@vitest/mocker';
|
|
16
|
-
import '@vitest/utils/source-map';
|
|
17
16
|
import 'chai';
|
|
18
17
|
import 'vitest/optional-types.js';
|
|
19
18
|
import './chunks/benchmark.d.DAaHLpsq.js';
|
|
@@ -22,3 +21,4 @@ import 'tinybench';
|
|
|
22
21
|
import './chunks/coverage.d.BZtK59WP.js';
|
|
23
22
|
import '@vitest/snapshot/manager';
|
|
24
23
|
import 'node:fs';
|
|
24
|
+
import 'node:console';
|
package/dist/reporters.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { D as DefaultReporter, a as DotReporter, G as GithubActionsReporter, H as HangingProcessReporter, b as JUnitReporter, J as JsonReporter, R as ReportersMap, T as TapFlatReporter, c as TapReporter, V as VerboseReporter } from './chunks/index.
|
|
2
|
-
export { B as BenchmarkReporter, a as BenchmarkReportsMap, V as VerboseBenchmarkReporter } from './chunks/index.
|
|
1
|
+
export { D as DefaultReporter, a as DotReporter, G as GithubActionsReporter, H as HangingProcessReporter, b as JUnitReporter, J as JsonReporter, R as ReportersMap, T as TapFlatReporter, c as TapReporter, V as VerboseReporter } from './chunks/index.AzwzFtyi.js';
|
|
2
|
+
export { B as BenchmarkReporter, a as BenchmarkReportsMap, V as VerboseBenchmarkReporter } from './chunks/index.BuwjkI-q.js';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:fs/promises';
|
|
5
5
|
import 'pathe';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.8",
|
|
5
5
|
"description": "Next generation testing framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -125,8 +125,8 @@
|
|
|
125
125
|
"@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
|
|
126
126
|
"happy-dom": "*",
|
|
127
127
|
"jsdom": "*",
|
|
128
|
-
"@vitest/
|
|
129
|
-
"@vitest/
|
|
128
|
+
"@vitest/browser": "4.0.0-beta.8",
|
|
129
|
+
"@vitest/ui": "4.0.0-beta.8"
|
|
130
130
|
},
|
|
131
131
|
"peerDependenciesMeta": {
|
|
132
132
|
"@edge-runtime/vm": {
|
|
@@ -168,16 +168,15 @@
|
|
|
168
168
|
"tinyrainbow": "^2.0.0",
|
|
169
169
|
"vite": "^6.0.0 || ^7.0.0-0",
|
|
170
170
|
"why-is-node-running": "^2.3.0",
|
|
171
|
-
"@vitest/
|
|
172
|
-
"@vitest/
|
|
173
|
-
"@vitest/
|
|
174
|
-
"@vitest/runner": "4.0.0-beta.
|
|
175
|
-
"@vitest/spy": "4.0.0-beta.
|
|
176
|
-
"@vitest/
|
|
177
|
-
"@vitest/utils": "4.0.0-beta.
|
|
171
|
+
"@vitest/mocker": "4.0.0-beta.8",
|
|
172
|
+
"@vitest/expect": "4.0.0-beta.8",
|
|
173
|
+
"@vitest/pretty-format": "^4.0.0-beta.8",
|
|
174
|
+
"@vitest/runner": "4.0.0-beta.8",
|
|
175
|
+
"@vitest/spy": "4.0.0-beta.8",
|
|
176
|
+
"@vitest/snapshot": "4.0.0-beta.8",
|
|
177
|
+
"@vitest/utils": "4.0.0-beta.8"
|
|
178
178
|
},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@ampproject/remapping": "^2.3.0",
|
|
181
180
|
"@antfu/install-pkg": "^1.1.0",
|
|
182
181
|
"@edge-runtime/vm": "^5.0.0",
|
|
183
182
|
"@sinonjs/fake-timers": "14.0.0",
|