vitest 3.0.9 → 3.1.0-beta.2

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.
Files changed (85) hide show
  1. package/dist/browser.js +4 -4
  2. package/dist/chunks/base.CylSMlTD.js +41 -0
  3. package/dist/chunks/benchmark.BKUatJGy.js +39 -0
  4. package/dist/chunks/cac.JtTXbKz0.js +1525 -0
  5. package/dist/chunks/{cli-api.Ckwz_xSb.js → cli-api.BTtPTYMs.js} +4638 -5072
  6. package/dist/chunks/console.D6t261w0.js +173 -0
  7. package/dist/chunks/constants.BZZyIeIE.js +43 -0
  8. package/dist/chunks/coverage.0iPg4Wrz.js +33 -0
  9. package/dist/chunks/{coverage.gV8doR2Y.js → coverage.C2ohxaN0.js} +2216 -2479
  10. package/dist/chunks/creator.BEXek7yQ.js +640 -0
  11. package/dist/chunks/date.CDOsz-HY.js +53 -0
  12. package/dist/chunks/defaults.DmfNPoe5.js +114 -0
  13. package/dist/chunks/{env.D4Lgay0q.js → env.Dq0hM4Xv.js} +1 -1
  14. package/dist/chunks/execute.DZKwfrTs.js +791 -0
  15. package/dist/chunks/git.DXfdBEfR.js +74 -0
  16. package/dist/chunks/{globals.BEpDe-k3.js → globals.DCbUWjip.js} +10 -10
  17. package/dist/chunks/{index.D7Ny8f_s.js → index.BDobFbcz.js} +6 -7
  18. package/dist/chunks/index.DFXFpH3w.js +607 -0
  19. package/dist/chunks/index.VfYQ6MXY.js +104 -0
  20. package/dist/chunks/index.ZIOEXBQB.js +2382 -0
  21. package/dist/chunks/inspector.DbDkSkFn.js +54 -0
  22. package/dist/chunks/node.IqGoMrm4.js +15 -0
  23. package/dist/chunks/{reporters.d.CqBhtcTq.d.ts → reporters.d.5g6jXhoW.d.ts} +25 -8
  24. package/dist/chunks/rpc.DGgL5dw7.js +92 -0
  25. package/dist/chunks/run-once.I7PpBOk1.js +47 -0
  26. package/dist/chunks/runBaseTests.CqmKSG99.js +134 -0
  27. package/dist/chunks/setup-common.DEGDGBiA.js +88 -0
  28. package/dist/chunks/{typechecker.BlF3eHsb.js → typechecker.C2IpOhid.js} +620 -622
  29. package/dist/chunks/utils.BfxieIyZ.js +66 -0
  30. package/dist/chunks/utils.CtocqOoE.js +72 -0
  31. package/dist/chunks/utils.OLmtDstN.js +194 -0
  32. package/dist/chunks/{vi.nSCvwQ7l.js → vi.B-PuvDzu.js} +878 -1019
  33. package/dist/chunks/vite.d.Dh1jE-_V.d.ts +23 -0
  34. package/dist/chunks/vm.BW5voG-u.js +789 -0
  35. package/dist/cli.js +2 -2
  36. package/dist/config.cjs +97 -103
  37. package/dist/config.d.ts +3 -3
  38. package/dist/config.js +6 -6
  39. package/dist/coverage.d.ts +1 -1
  40. package/dist/coverage.js +6 -6
  41. package/dist/environments.js +1 -1
  42. package/dist/execute.js +1 -1
  43. package/dist/index.d.ts +2 -2
  44. package/dist/index.js +6 -6
  45. package/dist/node.d.ts +3 -3
  46. package/dist/node.js +36 -45
  47. package/dist/path.js +1 -4
  48. package/dist/reporters.d.ts +1 -1
  49. package/dist/reporters.js +4 -4
  50. package/dist/runners.js +231 -267
  51. package/dist/snapshot.js +2 -2
  52. package/dist/suite.js +2 -2
  53. package/dist/worker.js +98 -114
  54. package/dist/workers/forks.js +22 -22
  55. package/dist/workers/runVmTests.js +61 -66
  56. package/dist/workers/threads.js +13 -13
  57. package/dist/workers/vmForks.js +24 -24
  58. package/dist/workers/vmThreads.js +15 -15
  59. package/dist/workers.js +10 -10
  60. package/package.json +11 -11
  61. package/dist/chunks/base.DV59CbtV.js +0 -45
  62. package/dist/chunks/benchmark.DL72EVN-.js +0 -40
  63. package/dist/chunks/cac.CeVHgzve.js +0 -1659
  64. package/dist/chunks/console.CN7AiMGV.js +0 -179
  65. package/dist/chunks/constants.DTYd6dNH.js +0 -46
  66. package/dist/chunks/coverage.A3sS5-Wm.js +0 -40
  67. package/dist/chunks/creator.BsBnpTzI.js +0 -670
  68. package/dist/chunks/date.W2xKR2qe.js +0 -53
  69. package/dist/chunks/defaults.C2Ndd9wx.js +0 -119
  70. package/dist/chunks/execute.eDH0aFFd.js +0 -839
  71. package/dist/chunks/git.B5SDxu-n.js +0 -69
  72. package/dist/chunks/index.B8tIoLPT.js +0 -2526
  73. package/dist/chunks/index.K90BXFOx.js +0 -658
  74. package/dist/chunks/index.uXkkC4xl.js +0 -111
  75. package/dist/chunks/inspector.DKLceBVD.js +0 -54
  76. package/dist/chunks/node.AKq966Jp.js +0 -15
  77. package/dist/chunks/rpc.TVf73xOu.js +0 -102
  78. package/dist/chunks/run-once.2ogXb3JV.js +0 -28
  79. package/dist/chunks/runBaseTests.BVrL_ow3.js +0 -142
  80. package/dist/chunks/setup-common.CPvtqi8q.js +0 -96
  81. package/dist/chunks/utils.C8RiOc4B.js +0 -77
  82. package/dist/chunks/utils.Cn0zI1t3.js +0 -68
  83. package/dist/chunks/utils.bLM2atbD.js +0 -198
  84. package/dist/chunks/vite.d.BUZTGxQ3.d.ts +0 -11
  85. package/dist/chunks/vm.jEFQDlX_.js +0 -852
package/dist/workers.js CHANGED
@@ -1,8 +1,8 @@
1
- export { p as provideWorkerState } from './chunks/utils.C8RiOc4B.js';
1
+ export { p as provideWorkerState } from './chunks/utils.CtocqOoE.js';
2
2
  export { collect as collectVitestWorkerTests, run as runVitestWorker } from './worker.js';
3
- export { r as runBaseTests } from './chunks/base.DV59CbtV.js';
4
- export { c as createForksRpcOptions, a as createThreadsRpcOptions, u as unwrapSerializableConfig } from './chunks/utils.Cn0zI1t3.js';
5
- export { r as runVmTests } from './chunks/vm.jEFQDlX_.js';
3
+ export { r as runBaseTests } from './chunks/base.CylSMlTD.js';
4
+ export { c as createForksRpcOptions, a as createThreadsRpcOptions, u as unwrapSerializableConfig } from './chunks/utils.BfxieIyZ.js';
5
+ export { r as runVmTests } from './chunks/vm.BW5voG-u.js';
6
6
  import '@vitest/utils';
7
7
  import 'node:url';
8
8
  import '@vitest/utils/source-map';
@@ -10,21 +10,21 @@ import 'tinypool';
10
10
  import 'vite-node/client';
11
11
  import 'node:fs';
12
12
  import 'pathe';
13
- import './chunks/index.K90BXFOx.js';
13
+ import './chunks/index.DFXFpH3w.js';
14
14
  import 'node:console';
15
- import './chunks/inspector.DKLceBVD.js';
15
+ import './chunks/inspector.DbDkSkFn.js';
16
16
  import 'node:module';
17
- import './chunks/rpc.TVf73xOu.js';
17
+ import './chunks/rpc.DGgL5dw7.js';
18
18
  import './chunks/index.68735LiX.js';
19
- import './chunks/execute.eDH0aFFd.js';
19
+ import './chunks/execute.DZKwfrTs.js';
20
20
  import 'node:vm';
21
21
  import '@vitest/utils/error';
22
22
  import 'vite-node/utils';
23
23
  import './path.js';
24
24
  import 'node:path';
25
25
  import '@vitest/mocker';
26
- import './chunks/console.CN7AiMGV.js';
26
+ import './chunks/console.D6t261w0.js';
27
27
  import 'node:stream';
28
28
  import 'tinyrainbow';
29
- import './chunks/date.W2xKR2qe.js';
29
+ import './chunks/date.CDOsz-HY.js';
30
30
  import 'vite-node/constants';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitest",
3
3
  "type": "module",
4
- "version": "3.0.9",
4
+ "version": "3.1.0-beta.2",
5
5
  "description": "Next generation testing framework powered by Vite",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -123,8 +123,8 @@
123
123
  "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0",
124
124
  "happy-dom": "*",
125
125
  "jsdom": "*",
126
- "@vitest/browser": "3.0.9",
127
- "@vitest/ui": "3.0.9"
126
+ "@vitest/browser": "3.1.0-beta.2",
127
+ "@vitest/ui": "3.1.0-beta.2"
128
128
  },
129
129
  "peerDependenciesMeta": {
130
130
  "@edge-runtime/vm": {
@@ -162,14 +162,14 @@
162
162
  "tinyrainbow": "^2.0.0",
163
163
  "vite": "^5.0.0 || ^6.0.0",
164
164
  "why-is-node-running": "^2.3.0",
165
- "@vitest/mocker": "3.0.9",
166
- "@vitest/expect": "3.0.9",
167
- "@vitest/pretty-format": "^3.0.9",
168
- "@vitest/runner": "3.0.9",
169
- "@vitest/snapshot": "3.0.9",
170
- "@vitest/utils": "3.0.9",
171
- "@vitest/spy": "3.0.9",
172
- "vite-node": "3.0.9"
165
+ "@vitest/mocker": "3.1.0-beta.2",
166
+ "@vitest/expect": "3.1.0-beta.2",
167
+ "@vitest/snapshot": "3.1.0-beta.2",
168
+ "@vitest/pretty-format": "^3.1.0-beta.2",
169
+ "@vitest/spy": "3.1.0-beta.2",
170
+ "@vitest/utils": "3.1.0-beta.2",
171
+ "vite-node": "3.1.0-beta.2",
172
+ "@vitest/runner": "3.1.0-beta.2"
173
173
  },
174
174
  "devDependencies": {
175
175
  "@ampproject/remapping": "^2.3.0",
@@ -1,45 +0,0 @@
1
- import { ModuleCacheMap } from 'vite-node/client';
2
- import { g as getDefaultRequestStubs, s as startVitestExecutor } from './execute.eDH0aFFd.js';
3
- import { p as provideWorkerState } from './utils.C8RiOc4B.js';
4
-
5
- let _viteNode;
6
- const moduleCache = new ModuleCacheMap();
7
- const moduleExecutionInfo = /* @__PURE__ */ new Map();
8
- async function startViteNode(options) {
9
- if (_viteNode) {
10
- return _viteNode;
11
- }
12
- _viteNode = await startVitestExecutor(options);
13
- return _viteNode;
14
- }
15
- async function runBaseTests(method, state) {
16
- const { ctx } = state;
17
- state.moduleCache = moduleCache;
18
- state.moduleExecutionInfo = moduleExecutionInfo;
19
- provideWorkerState(globalThis, state);
20
- if (ctx.invalidates) {
21
- ctx.invalidates.forEach((fsPath) => {
22
- moduleCache.delete(fsPath);
23
- moduleCache.delete(`mock:${fsPath}`);
24
- });
25
- }
26
- ctx.files.forEach((i) => state.moduleCache.delete(
27
- typeof i === "string" ? i : i.filepath
28
- ));
29
- const [executor, { run }] = await Promise.all([
30
- startViteNode({ state, requestStubs: getDefaultRequestStubs() }),
31
- import('./runBaseTests.BVrL_ow3.js')
32
- ]);
33
- const fileSpecs = ctx.files.map(
34
- (f) => typeof f === "string" ? { filepath: f, testLocations: void 0 } : f
35
- );
36
- await run(
37
- method,
38
- fileSpecs,
39
- ctx.config,
40
- { environment: state.environment, options: ctx.environment.options },
41
- executor
42
- );
43
- }
44
-
45
- export { runBaseTests as r };
@@ -1,40 +0,0 @@
1
- import { getCurrentSuite } from '@vitest/runner';
2
- import { createChainable } from '@vitest/runner/utils';
3
- import { noop } from '@vitest/utils';
4
- import { g as getWorkerState } from './utils.C8RiOc4B.js';
5
-
6
- const benchFns = /* @__PURE__ */ new WeakMap();
7
- const benchOptsMap = /* @__PURE__ */ new WeakMap();
8
- function getBenchOptions(key) {
9
- return benchOptsMap.get(key);
10
- }
11
- function getBenchFn(key) {
12
- return benchFns.get(key);
13
- }
14
- const bench = createBenchmark(function(name, fn = noop, options = {}) {
15
- if (getWorkerState().config.mode !== "benchmark") {
16
- throw new Error("`bench()` is only available in benchmark mode.");
17
- }
18
- const task = getCurrentSuite().task(formatName(name), {
19
- ...this,
20
- meta: {
21
- benchmark: true
22
- }
23
- });
24
- benchFns.set(task, fn);
25
- benchOptsMap.set(task, options);
26
- });
27
- function createBenchmark(fn) {
28
- const benchmark = createChainable(
29
- ["skip", "only", "todo"],
30
- fn
31
- );
32
- benchmark.skipIf = (condition) => condition ? benchmark.skip : benchmark;
33
- benchmark.runIf = (condition) => condition ? benchmark : benchmark.skip;
34
- return benchmark;
35
- }
36
- function formatName(name) {
37
- return typeof name === "string" ? name : typeof name === "function" ? name.name || "<anonymous>" : String(name);
38
- }
39
-
40
- export { getBenchOptions as a, bench as b, getBenchFn as g };