vitest 2.1.2 → 2.1.3
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/LICENSE.md +320 -30
- package/dist/browser.d.ts +2 -2
- package/dist/browser.js +1 -1
- package/dist/chunks/{base.tiemDJX6.js → base.BO5Jx7vw.js} +1 -1
- package/dist/chunks/{cac.B9PaPYY1.js → cac.BSMVokHR.js} +4 -4
- package/dist/chunks/{cli-api.CHxC4-U8.js → cli-api.btGgw3PC.js} +2843 -2778
- package/dist/chunks/{console.DI3gHgtH.js → console.CfT1Wjed.js} +1 -1
- package/dist/chunks/{creator.Cf-MKt9i.js → creator.CBPphXqR.js} +1 -1
- package/dist/chunks/{globals.HsM2o-0O.js → globals.Bdzt04Qm.js} +2 -2
- package/dist/chunks/{index.mAqbj9F9.js → index.-d_XpZEA.js} +1 -1
- package/dist/chunks/{index.Ckn0Cw1h.js → index.4GFF2h22.js} +1 -1
- package/dist/chunks/{index.FcPVJkIQ.js → index.Dz2opmmU.js} +21 -4
- package/dist/chunks/{index.BpojBOif.js → index.X0nbfr6-.js} +3 -3
- package/dist/chunks/{reporters.DAfKSDh5.d.ts → reporters.C4ZHgdxQ.d.ts} +9 -9
- package/dist/chunks/{resolveConfig.D1DENLPF.js → resolveConfig.Dha6ilPI.js} +58 -40
- package/dist/chunks/{runBaseTests.D-Gcin7G.js → runBaseTests.Cx4wXyTR.js} +5 -5
- package/dist/chunks/{setup-common.DF96bIYE.js → setup-common.BKyF15v_.js} +1 -1
- package/dist/chunks/{vi.DUs2eKik.js → vi.BskyZC5g.js} +2 -0
- package/dist/chunks/{vite.8fk186v-.d.ts → vite.YH7MrecS.d.ts} +1 -1
- package/dist/chunks/{vm.CPXwWp4C.js → vm.DB_hLchi.js} +1 -1
- package/dist/chunks/{worker.Chrs-_NL.d.ts → worker.B6RjTtbk.d.ts} +40 -26
- package/dist/chunks/{worker.Qtv8v5nL.d.ts → worker.CcJLfX8w.d.ts} +1 -1
- package/dist/cli.js +1 -1
- package/dist/config.d.ts +16 -11
- package/dist/coverage.d.ts +65 -28
- package/dist/coverage.js +249 -108
- package/dist/execute.d.ts +1 -1
- package/dist/index.d.ts +29 -12
- package/dist/index.js +3 -3
- package/dist/node.d.ts +4 -4
- package/dist/node.js +7 -6
- package/dist/reporters.d.ts +1 -1
- package/dist/reporters.js +1 -1
- package/dist/runners.js +1 -1
- package/dist/workers/forks.js +1 -1
- package/dist/workers/runVmTests.js +4 -4
- package/dist/workers/threads.js +1 -1
- package/dist/workers/vmForks.js +2 -2
- package/dist/workers/vmThreads.js +2 -2
- package/dist/workers.d.ts +2 -2
- package/dist/workers.js +3 -3
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { afterAll, afterEach, beforeAll, beforeEach, describe, it, onTestFailed, onTestFinished, suite, test } from '@vitest/runner';
|
|
2
2
|
export { b as bench } from './chunks/benchmark.C8CRJYG4.js';
|
|
3
|
-
import { d as distExports } from './chunks/index.
|
|
4
|
-
export { a as assertType, g as getRunningMode, b as inject, i as isWatchMode } from './chunks/index.
|
|
3
|
+
import { d as distExports } from './chunks/index.-d_XpZEA.js';
|
|
4
|
+
export { a as assertType, g as getRunningMode, b as inject, i as isWatchMode } from './chunks/index.-d_XpZEA.js';
|
|
5
5
|
export { i as isFirstRun, a as runOnce } from './chunks/run-once.Sxe67Wng.js';
|
|
6
|
-
export { c as createExpect, a as expect, v as vi, b as vitest } from './chunks/vi.
|
|
6
|
+
export { c as createExpect, a as expect, v as vi, b as vitest } from './chunks/vi.BskyZC5g.js';
|
|
7
7
|
import * as chai from 'chai';
|
|
8
8
|
export { chai };
|
|
9
9
|
export { assert, should } from 'chai';
|
package/dist/node.d.ts
CHANGED
|
@@ -2,14 +2,14 @@ import { UserConfig as UserConfig$1, Plugin, ResolvedConfig as ResolvedConfig$1,
|
|
|
2
2
|
import * as vite from 'vite';
|
|
3
3
|
export { vite as Vite };
|
|
4
4
|
export { createLogger as createViteLogger, isFileServingAllowed, parseAst, parseAstAsync } from 'vite';
|
|
5
|
-
import { w as VitestRunMode, z as UserConfig, H as VitestOptions, V as Vitest, E as ResolvedConfig, J as WorkspaceProject, A as ApiConfig, L as Logger, K as TestSequencer, M as WorkspaceSpec, N as TestModule, O as ModuleDiagnostic } from './chunks/reporters.
|
|
6
|
-
export { B as BaseCoverageOptions, G as BenchmarkUserOptions, a5 as BrowserBuiltinProvider, a6 as BrowserCommand, a7 as BrowserCommandContext, s as BrowserConfigOptions, ab as BrowserOrchestrator, a0 as BrowserProvider, $ as BrowserProviderInitializationOptions, a2 as BrowserProviderModule, a4 as BrowserProviderOptions, r as BrowserScript, a8 as BrowserServer, a9 as BrowserServerState, aa as BrowserServerStateContext, t as BuiltinEnvironment, a1 as CDPSession, v as CSSModuleScopeStrategy, o as CoverageIstanbulOptions, n as CoverageOptions, C as CoverageProvider,
|
|
5
|
+
import { w as VitestRunMode, z as UserConfig, H as VitestOptions, V as Vitest, E as ResolvedConfig, J as WorkspaceProject, A as ApiConfig, L as Logger, K as TestSequencer, M as WorkspaceSpec, N as TestModule, O as ModuleDiagnostic } from './chunks/reporters.C4ZHgdxQ.js';
|
|
6
|
+
export { B as BaseCoverageOptions, G as BenchmarkUserOptions, a5 as BrowserBuiltinProvider, a6 as BrowserCommand, a7 as BrowserCommandContext, s as BrowserConfigOptions, ab as BrowserOrchestrator, a0 as BrowserProvider, $ as BrowserProviderInitializationOptions, a2 as BrowserProviderModule, a4 as BrowserProviderOptions, r as BrowserScript, a8 as BrowserServer, a9 as BrowserServerState, aa as BrowserServerStateContext, t as BuiltinEnvironment, a1 as CDPSession, v as CSSModuleScopeStrategy, o as CoverageIstanbulOptions, n as CoverageOptions, C as CoverageProvider, b as CoverageProviderModule, l as CoverageReporter, c as CoverageV8Options, p as CustomProviderOptions, D as DepsOptimizationOptions, ae as HTMLOptions, I as InlineConfig, ad as JUnitOptions, ac as JsonOptions, P as Pool, u as PoolOptions, Q as ProcessPool, F as ProjectConfig, a as ReportContext, a3 as ResolvedBrowserOptions, R as ResolvedCoverageOptions, ap as ResolvedProjectConfig, aj as TaskOptions, af as TestCase, ai as TestCollection, ak as TestDiagnostic, ah as TestProject, al as TestResult, an as TestResultFailed, am as TestResultPassed, ao as TestResultSkipped, _ as TestSequencerConstructor, Z as TestSpecification, ag as TestSuite, x as TransformModePatterns, h as TypeCheckCollectLineNumbers, i as TypeCheckCollectLines, k as TypeCheckContext, T as TypeCheckErrorInfo, g as TypeCheckRawErrorsMap, j as TypeCheckRootAndTarget, y as TypecheckConfig, U as UserWorkspaceConfig, f as VitestEnvironment, Y as VitestPackageInstaller, X as getFilePoolName } from './chunks/reporters.C4ZHgdxQ.js';
|
|
7
7
|
import { Writable } from 'node:stream';
|
|
8
8
|
import { P as ProvidedContext } from './chunks/environment.CzISCQ7o.js';
|
|
9
9
|
export { f as EnvironmentOptions, H as HappyDOMOptions, J as JSDOMOptions, O as OnServerRestartHandler } from './chunks/environment.CzISCQ7o.js';
|
|
10
|
-
import { R as RuntimeRPC } from './chunks/worker.
|
|
10
|
+
import { R as RuntimeRPC } from './chunks/worker.B6RjTtbk.js';
|
|
11
11
|
import createDebug from 'debug';
|
|
12
|
-
export { W as WorkerContext } from './chunks/worker.
|
|
12
|
+
export { W as WorkerContext } from './chunks/worker.CcJLfX8w.js';
|
|
13
13
|
export { SequenceHooks, SequenceSetupFiles } from '@vitest/runner';
|
|
14
14
|
export { b as RuntimeConfig } from './chunks/config.Crbj2GAb.js';
|
|
15
15
|
import '@vitest/pretty-format';
|
package/dist/node.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createServer as createServer$1 } from 'vite';
|
|
2
2
|
export { createLogger as createViteLogger, isFileServingAllowed, parseAst, parseAstAsync } from 'vite';
|
|
3
|
-
import { f as TestModule } from './chunks/index.
|
|
4
|
-
export { e as TestCase, i as TestProject, g as TestSuite } from './chunks/index.
|
|
5
|
-
export { G as GitNotFoundError, T as TestSpecification, F as TestsNotFoundError, a as VitestPackageInstaller, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, b as resolveFsAllow, s as startVitest } from './chunks/cli-api.
|
|
6
|
-
export { p as parseCLI } from './chunks/cac.
|
|
7
|
-
export {
|
|
3
|
+
import { f as TestModule } from './chunks/index.Dz2opmmU.js';
|
|
4
|
+
export { e as TestCase, i as TestProject, g as TestSuite } from './chunks/index.Dz2opmmU.js';
|
|
5
|
+
export { G as GitNotFoundError, T as TestSpecification, F as TestsNotFoundError, a as VitestPackageInstaller, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, b as resolveFsAllow, s as startVitest } from './chunks/cli-api.btGgw3PC.js';
|
|
6
|
+
export { p as parseCLI } from './chunks/cac.BSMVokHR.js';
|
|
7
|
+
export { a as createMethodsRPC, g as getFilePoolName, b as resolveApiServerConfig, d as resolveConfig } from './chunks/resolveConfig.Dha6ilPI.js';
|
|
8
8
|
import createDebug from 'debug';
|
|
9
9
|
export { distDir, rootDir } from './path.js';
|
|
10
10
|
export { B as BaseSequencer } from './chunks/RandomSequencer.Bh5-tlNJ.js';
|
|
@@ -33,7 +33,7 @@ import 'events';
|
|
|
33
33
|
import 'node:module';
|
|
34
34
|
import 'node:fs/promises';
|
|
35
35
|
import './chunks/coverage.zlNdAMHK.js';
|
|
36
|
-
import './chunks/index.
|
|
36
|
+
import './chunks/index.X0nbfr6-.js';
|
|
37
37
|
import 'node:path';
|
|
38
38
|
import 'node:url';
|
|
39
39
|
import 'readline';
|
|
@@ -51,6 +51,7 @@ import 'http';
|
|
|
51
51
|
import 'net';
|
|
52
52
|
import 'tls';
|
|
53
53
|
import 'url';
|
|
54
|
+
import 'os';
|
|
54
55
|
import 'path';
|
|
55
56
|
import 'fs';
|
|
56
57
|
import 'node:crypto';
|
package/dist/reporters.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { aA as BaseReporter, ar as BasicReporter, aK as BenchmarkBuiltinReporters, aJ as BenchmarkReportsMap, aF as BuiltinReporterOptions, aE as BuiltinReporters, aq as DefaultReporter, as as DotReporter, aC as FileDiagnostic, az as GithubActionsReporter, ay as HangingProcessReporter, aw as JUnitReporter, aG as JsonAssertionResult, at as JsonReporter, aH as JsonTestResult, aI as JsonTestResults, q as Reporter, aD as ReportersMap, ax as TapFlatReporter, av as TapReporter, aj as TaskOptions, af as TestCase, ai as TestCollection, ak as TestDiagnostic, aB as TestFile, N as TestModule, ah as TestProject, al as TestResult, an as TestResultFailed, am as TestResultPassed, ao as TestResultSkipped, ag as TestSuite, au as VerboseReporter } from './chunks/reporters.
|
|
1
|
+
export { aA as BaseReporter, ar as BasicReporter, aK as BenchmarkBuiltinReporters, aJ as BenchmarkReportsMap, aF as BuiltinReporterOptions, aE as BuiltinReporters, aq as DefaultReporter, as as DotReporter, aC as FileDiagnostic, az as GithubActionsReporter, ay as HangingProcessReporter, aw as JUnitReporter, aG as JsonAssertionResult, at as JsonReporter, aH as JsonTestResult, aI as JsonTestResults, q as Reporter, aD as ReportersMap, ax as TapFlatReporter, av as TapReporter, aj as TaskOptions, af as TestCase, ai as TestCollection, ak as TestDiagnostic, aB as TestFile, N as TestModule, ah as TestProject, al as TestResult, an as TestResultFailed, am as TestResultPassed, ao as TestResultSkipped, ag as TestSuite, au as VerboseReporter } from './chunks/reporters.C4ZHgdxQ.js';
|
|
2
2
|
import '@vitest/runner';
|
|
3
3
|
import 'vite';
|
|
4
4
|
import '@vitest/pretty-format';
|
package/dist/reporters.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BasicReporter, h as BenchmarkReportsMap, D as DefaultReporter, a as DotReporter, G as GithubActionsReporter, H as HangingProcessReporter, b as JUnitReporter, J as JsonReporter, R as ReportersMap, c as TapFlatReporter, T as TapReporter, e as TestCase, d as TestFile, f as TestModule, g as TestSuite, V as VerboseReporter } from './chunks/index.
|
|
1
|
+
export { B as BasicReporter, h as BenchmarkReportsMap, D as DefaultReporter, a as DotReporter, G as GithubActionsReporter, H as HangingProcessReporter, b as JUnitReporter, J as JsonReporter, R as ReportersMap, c as TapFlatReporter, T as TapReporter, e as TestCase, d as TestFile, f as TestModule, g as TestSuite, V as VerboseReporter } from './chunks/index.Dz2opmmU.js';
|
|
2
2
|
import 'node:fs';
|
|
3
3
|
import 'tinyrainbow';
|
|
4
4
|
import 'pathe';
|
package/dist/runners.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { setState, GLOBAL_EXPECT, getState } from '@vitest/expect';
|
|
2
|
-
import { g as getSnapshotClient, c as createExpect, v as vi } from './chunks/vi.
|
|
2
|
+
import { g as getSnapshotClient, c as createExpect, v as vi } from './chunks/vi.BskyZC5g.js';
|
|
3
3
|
import 'pathe';
|
|
4
4
|
import { g as getTestName } from './chunks/tasks.BZnCS9aT.js';
|
|
5
5
|
import { createDefer, getSafeTimers } from '@vitest/utils';
|
package/dist/workers/forks.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import v8 from 'node:v8';
|
|
2
2
|
import { c as createForksRpcOptions, u as unwrapSerializableConfig } from '../chunks/utils.Cn0zI1t3.js';
|
|
3
|
-
import { r as runBaseTests } from '../chunks/base.
|
|
3
|
+
import { r as runBaseTests } from '../chunks/base.BO5Jx7vw.js';
|
|
4
4
|
import '@vitest/utils';
|
|
5
5
|
import 'vite-node/client';
|
|
6
6
|
import '../chunks/utils.Ck2hJTRs.js';
|
|
@@ -5,11 +5,11 @@ import { performance } from 'node:perf_hooks';
|
|
|
5
5
|
import { startTests, collectTests } from '@vitest/runner';
|
|
6
6
|
import { installSourcemapsSupport } from 'vite-node/source-map';
|
|
7
7
|
import { KNOWN_ASSET_TYPES } from 'vite-node/constants';
|
|
8
|
-
import { s as setupChaiConfig, r as resolveTestRunner, a as resolveSnapshotEnvironment } from '../chunks/index.
|
|
8
|
+
import { s as setupChaiConfig, r as resolveTestRunner, a as resolveSnapshotEnvironment } from '../chunks/index.4GFF2h22.js';
|
|
9
9
|
import { a as startCoverageInsideWorker, s as stopCoverageInsideWorker } from '../chunks/coverage.zlNdAMHK.js';
|
|
10
|
-
import { V as VitestIndex } from '../chunks/index.
|
|
10
|
+
import { V as VitestIndex } from '../chunks/index.-d_XpZEA.js';
|
|
11
11
|
import { g as getWorkerState } from '../chunks/utils.Ck2hJTRs.js';
|
|
12
|
-
import { s as setupCommonEnv } from '../chunks/setup-common.
|
|
12
|
+
import { s as setupCommonEnv } from '../chunks/setup-common.BKyF15v_.js';
|
|
13
13
|
import { c as closeInspector } from '../chunks/inspector.70d6emsh.js';
|
|
14
14
|
import 'chai';
|
|
15
15
|
import 'pathe';
|
|
@@ -24,7 +24,7 @@ import '../chunks/index.CxRxs566.js';
|
|
|
24
24
|
import '../chunks/env.CmHVDJnw.js';
|
|
25
25
|
import 'std-env';
|
|
26
26
|
import '../chunks/run-once.Sxe67Wng.js';
|
|
27
|
-
import '../chunks/vi.
|
|
27
|
+
import '../chunks/vi.BskyZC5g.js';
|
|
28
28
|
import '../chunks/_commonjsHelpers.BFTU3MAI.js';
|
|
29
29
|
import '@vitest/expect';
|
|
30
30
|
import '@vitest/snapshot';
|
package/dist/workers/threads.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as runBaseTests } from '../chunks/base.
|
|
1
|
+
import { r as runBaseTests } from '../chunks/base.BO5Jx7vw.js';
|
|
2
2
|
import { a as createThreadsRpcOptions } from '../chunks/utils.Cn0zI1t3.js';
|
|
3
3
|
import 'vite-node/client';
|
|
4
4
|
import '../chunks/utils.Ck2hJTRs.js';
|
package/dist/workers/vmForks.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import v8 from 'node:v8';
|
|
2
2
|
import { c as createForksRpcOptions, u as unwrapSerializableConfig } from '../chunks/utils.Cn0zI1t3.js';
|
|
3
|
-
import { r as runVmTests } from '../chunks/vm.
|
|
3
|
+
import { r as runVmTests } from '../chunks/vm.DB_hLchi.js';
|
|
4
4
|
import '@vitest/utils';
|
|
5
5
|
import 'node:vm';
|
|
6
6
|
import 'node:url';
|
|
7
7
|
import 'pathe';
|
|
8
|
-
import '../chunks/console.
|
|
8
|
+
import '../chunks/console.CfT1Wjed.js';
|
|
9
9
|
import 'node:stream';
|
|
10
10
|
import 'node:console';
|
|
11
11
|
import 'node:path';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { a as createThreadsRpcOptions } from '../chunks/utils.Cn0zI1t3.js';
|
|
2
|
-
import { r as runVmTests } from '../chunks/vm.
|
|
2
|
+
import { r as runVmTests } from '../chunks/vm.DB_hLchi.js';
|
|
3
3
|
import '@vitest/utils';
|
|
4
4
|
import 'node:vm';
|
|
5
5
|
import 'node:url';
|
|
6
6
|
import 'pathe';
|
|
7
|
-
import '../chunks/console.
|
|
7
|
+
import '../chunks/console.CfT1Wjed.js';
|
|
8
8
|
import 'node:stream';
|
|
9
9
|
import 'node:console';
|
|
10
10
|
import 'node:path';
|
package/dist/workers.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as v8 from 'v8';
|
|
2
2
|
import { S as SerializedConfig } from './chunks/config.Crbj2GAb.js';
|
|
3
|
-
import { W as WorkerContext } from './chunks/worker.
|
|
4
|
-
import { B as BirpcOptions, R as RuntimeRPC, C as ContextRPC, W as WorkerGlobalState } from './chunks/worker.
|
|
3
|
+
import { W as WorkerContext } from './chunks/worker.CcJLfX8w.js';
|
|
4
|
+
import { B as BirpcOptions, R as RuntimeRPC, C as ContextRPC, W as WorkerGlobalState } from './chunks/worker.B6RjTtbk.js';
|
|
5
5
|
import { Awaitable } from '@vitest/utils';
|
|
6
6
|
import '@vitest/pretty-format';
|
|
7
7
|
import '@vitest/runner';
|
package/dist/workers.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { c as createForksRpcOptions, a as createThreadsRpcOptions, u as unwrapSerializableConfig } from './chunks/utils.Cn0zI1t3.js';
|
|
2
2
|
export { p as provideWorkerState } from './chunks/utils.Ck2hJTRs.js';
|
|
3
3
|
export { collect as collectVitestWorkerTests, run as runVitestWorker } from './worker.js';
|
|
4
|
-
export { r as runVmTests } from './chunks/vm.
|
|
5
|
-
export { r as runBaseTests } from './chunks/base.
|
|
4
|
+
export { r as runVmTests } from './chunks/vm.DB_hLchi.js';
|
|
5
|
+
export { r as runBaseTests } from './chunks/base.BO5Jx7vw.js';
|
|
6
6
|
import '@vitest/utils';
|
|
7
7
|
import 'node:url';
|
|
8
8
|
import 'tinypool';
|
|
@@ -17,7 +17,7 @@ import 'node:module';
|
|
|
17
17
|
import './chunks/rpc.B7Mfb-Yf.js';
|
|
18
18
|
import './chunks/index.BpSiYbpB.js';
|
|
19
19
|
import 'node:vm';
|
|
20
|
-
import './chunks/console.
|
|
20
|
+
import './chunks/console.CfT1Wjed.js';
|
|
21
21
|
import 'node:stream';
|
|
22
22
|
import 'node:path';
|
|
23
23
|
import 'tinyrainbow';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.3",
|
|
5
5
|
"description": "Next generation testing framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"@types/node": "^18.0.0 || >=20.0.0",
|
|
123
123
|
"happy-dom": "*",
|
|
124
124
|
"jsdom": "*",
|
|
125
|
-
"@vitest/
|
|
126
|
-
"@vitest/
|
|
125
|
+
"@vitest/ui": "2.1.3",
|
|
126
|
+
"@vitest/browser": "2.1.3"
|
|
127
127
|
},
|
|
128
128
|
"peerDependenciesMeta": {
|
|
129
129
|
"@edge-runtime/vm": {
|
|
@@ -157,14 +157,14 @@
|
|
|
157
157
|
"tinyrainbow": "^1.2.0",
|
|
158
158
|
"vite": "^5.0.0",
|
|
159
159
|
"why-is-node-running": "^2.3.0",
|
|
160
|
-
"@vitest/expect": "2.1.
|
|
161
|
-
"@vitest/pretty-format": "^2.1.
|
|
162
|
-
"@vitest/
|
|
163
|
-
"@vitest/
|
|
164
|
-
"@vitest/
|
|
165
|
-
"@vitest/utils": "2.1.
|
|
166
|
-
"
|
|
167
|
-
"
|
|
160
|
+
"@vitest/expect": "2.1.3",
|
|
161
|
+
"@vitest/pretty-format": "^2.1.3",
|
|
162
|
+
"@vitest/runner": "2.1.3",
|
|
163
|
+
"@vitest/mocker": "2.1.3",
|
|
164
|
+
"@vitest/snapshot": "2.1.3",
|
|
165
|
+
"@vitest/utils": "2.1.3",
|
|
166
|
+
"vite-node": "2.1.3",
|
|
167
|
+
"@vitest/spy": "2.1.3"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
170
|
"@ampproject/remapping": "^2.3.0",
|
|
@@ -186,6 +186,7 @@
|
|
|
186
186
|
"chai-subset": "^1.6.0",
|
|
187
187
|
"cli-truncate": "^4.0.0",
|
|
188
188
|
"expect-type": "^0.19.0",
|
|
189
|
+
"fast-glob": "3.3.2",
|
|
189
190
|
"find-up": "^6.3.0",
|
|
190
191
|
"flatted": "^3.3.1",
|
|
191
192
|
"get-tsconfig": "^4.7.6",
|
|
@@ -197,7 +198,6 @@
|
|
|
197
198
|
"pretty-format": "^29.7.0",
|
|
198
199
|
"prompts": "^2.4.2",
|
|
199
200
|
"strip-literal": "^2.1.0",
|
|
200
|
-
"tinyglobby": "^0.2.6",
|
|
201
201
|
"ws": "^8.18.0"
|
|
202
202
|
},
|
|
203
203
|
"scripts": {
|