vitest 0.13.1 → 0.14.0
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/config.d.ts +1 -1
- package/dist/{chunk-api-setup.8d604f90.js → chunk-api-setup.7945baf8.mjs} +4 -4
- package/dist/{chunk-constants.b0ea3b74.js → chunk-constants.41584d81.mjs} +1 -1
- package/dist/{chunk-defaults.e5ec89dd.js → chunk-defaults.a820faeb.mjs} +3 -2
- package/dist/{chunk-install-pkg.e11db438.js → chunk-install-pkg.6f5930c3.mjs} +2 -2
- package/dist/chunk-integrations-globals.f0c5e97f.mjs +26 -0
- package/dist/{chunk-integrations-spy.bee66426.js → chunk-integrations-spy.674b628e.mjs} +0 -0
- package/dist/{chunk-magic-string.41232190.js → chunk-magic-string.efe26975.mjs} +0 -0
- package/dist/{chunk-runtime-chain.46442ffe.js → chunk-runtime-chain.6a3c6576.mjs} +6 -6
- package/dist/{chunk-runtime-mocker.e9fdf718.js → chunk-runtime-mocker.7cf95199.mjs} +4 -4
- package/dist/{chunk-runtime-rpc.50765c8b.js → chunk-runtime-rpc.44043bb4.mjs} +1 -1
- package/dist/{chunk-utils-global.550519fc.js → chunk-utils-global.624991bc.mjs} +2 -2
- package/dist/{chunk-utils-source-map.19e9554e.js → chunk-utils-source-map.4408ba82.mjs} +7 -1
- package/dist/{chunk-vite-node-externalize.61cc47ef.js → chunk-vite-node-externalize.aaa06ea4.mjs} +53 -23
- package/dist/{chunk-vite-node-utils.52235551.js → chunk-vite-node-utils.d6687931.mjs} +9 -2
- package/dist/{cli.js → cli.mjs} +10 -10
- package/dist/config.cjs +2 -1
- package/dist/config.d.ts +2 -1
- package/dist/{config.js → config.mjs} +2 -1
- package/dist/entry.mjs +17 -0
- package/dist/index.d.ts +15 -7
- package/dist/{index.js → index.mjs} +6 -6
- package/dist/node.d.ts +13 -6
- package/dist/node.mjs +32 -0
- package/dist/{spy.js → spy.mjs} +1 -1
- package/dist/{vendor-_commonjsHelpers.addc3445.js → vendor-_commonjsHelpers.4da45ef5.mjs} +0 -0
- package/dist/{vendor-entry.225630f2.js → vendor-entry.93b045ee.mjs} +6 -6
- package/dist/{vendor-index.405e58ef.js → vendor-index.98e769c1.mjs} +0 -0
- package/dist/{vendor-index.22581bd4.js → vendor-index.a2a385d8.mjs} +1 -1
- package/dist/{worker.js → worker.mjs} +6 -6
- package/node.d.ts +1 -1
- package/package.json +6 -7
- package/vitest.mjs +1 -1
- package/dist/chunk-integrations-globals.1cc5e231.js +0 -26
- package/dist/entry.js +0 -17
- package/dist/node.js +0 -32
package/config.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './dist/config'
|
|
1
|
+
export * from './dist/config.js'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { promises } from 'fs';
|
|
2
|
-
import { c as createBirpc } from './chunk-vite-node-utils.
|
|
2
|
+
import { c as createBirpc } from './chunk-vite-node-utils.d6687931.mjs';
|
|
3
3
|
import require$$0$1 from 'stream';
|
|
4
4
|
import require$$0 from 'zlib';
|
|
5
5
|
import require$$3 from 'net';
|
|
@@ -9,11 +9,11 @@ import require$$2 from 'events';
|
|
|
9
9
|
import require$$1 from 'https';
|
|
10
10
|
import require$$2$1 from 'http';
|
|
11
11
|
import url from 'url';
|
|
12
|
-
import { A as API_PATH } from './chunk-constants.
|
|
13
|
-
import { j as interpretSourcePos, b as parseStacktrace } from './chunk-utils-source-map.
|
|
12
|
+
import { A as API_PATH } from './chunk-constants.41584d81.mjs';
|
|
13
|
+
import { j as interpretSourcePos, b as parseStacktrace } from './chunk-utils-source-map.4408ba82.mjs';
|
|
14
14
|
import 'module';
|
|
15
15
|
import 'vm';
|
|
16
|
-
import './chunk-utils-global.
|
|
16
|
+
import './chunk-utils-global.624991bc.mjs';
|
|
17
17
|
import 'tty';
|
|
18
18
|
import 'local-pkg';
|
|
19
19
|
import 'path';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { fileURLToPath } from 'url';
|
|
2
|
-
import { l as resolve } from './chunk-utils-global.
|
|
2
|
+
import { l as resolve } from './chunk-utils-global.624991bc.mjs';
|
|
3
3
|
|
|
4
4
|
const distDir = resolve(fileURLToPath(import.meta.url), "../../dist");
|
|
5
5
|
const defaultPort = 51204;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { existsSync, promises } from 'fs';
|
|
2
2
|
import { createRequire } from 'module';
|
|
3
3
|
import { pathToFileURL } from 'url';
|
|
4
|
-
import { t as toArray, l as resolve } from './chunk-utils-global.
|
|
4
|
+
import { t as toArray, l as resolve } from './chunk-utils-global.624991bc.mjs';
|
|
5
5
|
|
|
6
6
|
const defaultInclude = ["**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}"];
|
|
7
7
|
const defaultExclude = ["**/node_modules/**", "**/dist/**", "**/cypress/**", "**/.{idea,git,cache,output,temp}/**"];
|
|
@@ -55,7 +55,8 @@ const config = {
|
|
|
55
55
|
testTimeout: 5e3,
|
|
56
56
|
hookTimeout: 1e4,
|
|
57
57
|
isolate: true,
|
|
58
|
-
|
|
58
|
+
watchExclude: ["**/node_modules/**", "**/dist/**"],
|
|
59
|
+
forceRerunTriggers: [],
|
|
59
60
|
update: false,
|
|
60
61
|
reporters: [],
|
|
61
62
|
silent: false,
|
|
@@ -2,9 +2,9 @@ import path$2 from 'path';
|
|
|
2
2
|
import fs$2 from 'fs';
|
|
3
3
|
import require$$0 from 'util';
|
|
4
4
|
import childProcess$1 from 'child_process';
|
|
5
|
-
import { p as pathKey, s as signalExit, m as mergeStream$1, g as getStream$1, c as crossSpawn$1, o as onetime$1 } from './vendor-index.
|
|
5
|
+
import { p as pathKey, s as signalExit, m as mergeStream$1, g as getStream$1, c as crossSpawn$1, o as onetime$1 } from './vendor-index.a2a385d8.mjs';
|
|
6
6
|
import require$$0$1 from 'os';
|
|
7
|
-
import './vendor-_commonjsHelpers.
|
|
7
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
8
8
|
import 'assert';
|
|
9
9
|
import 'events';
|
|
10
10
|
import 'buffer';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { g as globalApis } from './chunk-constants.41584d81.mjs';
|
|
2
|
+
import { i as index } from './vendor-entry.93b045ee.mjs';
|
|
3
|
+
import 'url';
|
|
4
|
+
import './chunk-utils-global.624991bc.mjs';
|
|
5
|
+
import 'tty';
|
|
6
|
+
import 'local-pkg';
|
|
7
|
+
import 'path';
|
|
8
|
+
import 'fs';
|
|
9
|
+
import './chunk-runtime-chain.6a3c6576.mjs';
|
|
10
|
+
import 'chai';
|
|
11
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
12
|
+
import './chunk-runtime-rpc.44043bb4.mjs';
|
|
13
|
+
import './chunk-utils-source-map.4408ba82.mjs';
|
|
14
|
+
import './chunk-integrations-spy.674b628e.mjs';
|
|
15
|
+
import 'tinyspy';
|
|
16
|
+
import 'util';
|
|
17
|
+
import './chunk-defaults.a820faeb.mjs';
|
|
18
|
+
import 'module';
|
|
19
|
+
|
|
20
|
+
function registerApiGlobally() {
|
|
21
|
+
globalApis.forEach((api) => {
|
|
22
|
+
globalThis[api] = index[api];
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export { registerApiGlobally };
|
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import chai$1, { expect as expect$1, AssertionError, util } from 'chai';
|
|
2
|
-
import { c as commonjsGlobal } from './vendor-_commonjsHelpers.
|
|
3
|
-
import { r as rpc } from './chunk-runtime-rpc.
|
|
4
|
-
import { i as isObject, j as join, d as dirname, g as getCallLastIndex, s as slash, a as getWorkerState, b as getNames, c as assertTypes, p as picocolors, e as safeSetTimeout, f as safeClearTimeout, n as noop, t as toArray, r as resetModules } from './chunk-utils-global.
|
|
2
|
+
import { c as commonjsGlobal } from './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
3
|
+
import { r as rpc } from './chunk-runtime-rpc.44043bb4.mjs';
|
|
4
|
+
import { i as isObject, j as join, d as dirname, g as getCallLastIndex, s as slash, a as getWorkerState, b as getNames, c as assertTypes, p as picocolors, e as safeSetTimeout, f as safeClearTimeout, n as noop, t as toArray, r as resetModules } from './chunk-utils-global.624991bc.mjs';
|
|
5
5
|
import fs, { promises } from 'fs';
|
|
6
|
-
import { p as plugins_1, f as format_1, g as getOriginalPos, a as posToNumber, n as numberToPos, l as lineSplitRE, b as parseStacktrace, u as unifiedDiff, s as stringify, m as matcherUtils } from './chunk-utils-source-map.
|
|
7
|
-
import { i as isMockFunction, s as spyOn, f as fn, a as spies } from './chunk-integrations-spy.
|
|
6
|
+
import { p as plugins_1, f as format_1, g as getOriginalPos, a as posToNumber, n as numberToPos, l as lineSplitRE, b as parseStacktrace, u as unifiedDiff, s as stringify, m as matcherUtils } from './chunk-utils-source-map.4408ba82.mjs';
|
|
7
|
+
import { i as isMockFunction, s as spyOn, f as fn, a as spies } from './chunk-integrations-spy.674b628e.mjs';
|
|
8
8
|
import require$$0, { format } from 'util';
|
|
9
9
|
|
|
10
10
|
var __defProp$5 = Object.defineProperty;
|
|
@@ -586,7 +586,7 @@ function deepMergeSnapshot(target, source) {
|
|
|
586
586
|
}
|
|
587
587
|
|
|
588
588
|
async function saveInlineSnapshots(snapshots) {
|
|
589
|
-
const MagicString = (await import('./chunk-magic-string.
|
|
589
|
+
const MagicString = (await import('./chunk-magic-string.efe26975.mjs')).default;
|
|
590
590
|
const files = new Set(snapshots.map((i) => i.file));
|
|
591
591
|
await Promise.all(Array.from(files).map(async (file) => {
|
|
592
592
|
const map = await rpc().getSourceMap(file);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { n as normalizeRequestId, i as isNodeBuiltin,
|
|
1
|
+
import { n as normalizeRequestId, i as isNodeBuiltin, b as toFilePath, V as ViteNodeRunner } from './chunk-vite-node-utils.d6687931.mjs';
|
|
2
2
|
import { normalizePath } from 'vite';
|
|
3
|
-
import { a as getWorkerState, J as isWindows, K as mergeSlashes, d as dirname, l as resolve, k as basename, L as getType, M as getAllProperties, s as slash } from './chunk-utils-global.
|
|
3
|
+
import { a as getWorkerState, J as isWindows, K as mergeSlashes, d as dirname, l as resolve, k as basename, L as getType, M as getAllProperties, s as slash } from './chunk-utils-global.624991bc.mjs';
|
|
4
4
|
import { existsSync, readdirSync } from 'fs';
|
|
5
|
-
import { d as distDir } from './chunk-constants.
|
|
5
|
+
import { d as distDir } from './chunk-constants.41584d81.mjs';
|
|
6
6
|
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -171,7 +171,7 @@ const _VitestMocker = class {
|
|
|
171
171
|
async ensureSpy() {
|
|
172
172
|
if (_VitestMocker.spyModule)
|
|
173
173
|
return;
|
|
174
|
-
_VitestMocker.spyModule = await this.request(`/@fs/${slash(resolve(distDir, "spy.
|
|
174
|
+
_VitestMocker.spyModule = await this.request(`/@fs/${slash(resolve(distDir, "spy.mjs"))}`);
|
|
175
175
|
}
|
|
176
176
|
async requestWithMock(dep) {
|
|
177
177
|
var _a;
|
|
@@ -452,14 +452,14 @@ async function ensurePackageInstalled(dependency, promptInstall = !process.env.C
|
|
|
452
452
|
`));
|
|
453
453
|
if (!promptInstall)
|
|
454
454
|
return false;
|
|
455
|
-
const prompts = await import('./vendor-index.
|
|
455
|
+
const prompts = await import('./vendor-index.98e769c1.mjs').then(function (n) { return n.i; });
|
|
456
456
|
const { install } = await prompts.prompt({
|
|
457
457
|
type: "confirm",
|
|
458
458
|
name: "install",
|
|
459
459
|
message: picocolors.exports.reset(`Do you want to install ${picocolors.exports.green(dependency)}?`)
|
|
460
460
|
});
|
|
461
461
|
if (install) {
|
|
462
|
-
await (await import('./chunk-install-pkg.
|
|
462
|
+
await (await import('./chunk-install-pkg.6f5930c3.mjs')).installPackage(dependency, { dev: true });
|
|
463
463
|
process.stderr.write(picocolors.exports.yellow(`
|
|
464
464
|
Package ${dependency} installed, re-run the command to start.
|
|
465
465
|
`));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as slash, h as notNullish, p as picocolors } from './chunk-utils-global.
|
|
1
|
+
import { s as slash, h as notNullish, p as picocolors } from './chunk-utils-global.624991bc.mjs';
|
|
2
2
|
|
|
3
3
|
var build = {};
|
|
4
4
|
|
|
@@ -7278,6 +7278,7 @@ function unifiedDiff(actual, expected, options = {}) {
|
|
|
7278
7278
|
const lines = msg.split("\n").slice(5).map(preprocess).filter(Boolean);
|
|
7279
7279
|
const isCompact = counts["+"] === 1 && counts["-"] === 1 && lines.length === 2;
|
|
7280
7280
|
let formatted = lines.map((line) => {
|
|
7281
|
+
line = line.replace(/\\"/g, '"');
|
|
7281
7282
|
if (line[0] === "-") {
|
|
7282
7283
|
line = formatLine(line.slice(1), outputTruncateLength);
|
|
7283
7284
|
if (isCompact)
|
|
@@ -7301,6 +7302,11 @@ function unifiedDiff(actual, expected, options = {}) {
|
|
|
7301
7302
|
`${picocolors.exports.red("+ Received")} ${formatted[1]}`
|
|
7302
7303
|
];
|
|
7303
7304
|
} else {
|
|
7305
|
+
if (formatted[0].includes('"'))
|
|
7306
|
+
formatted[0] = formatted[0].replace('"', "");
|
|
7307
|
+
const last = formatted.length - 1;
|
|
7308
|
+
if (formatted[last].endsWith('"'))
|
|
7309
|
+
formatted[last] = formatted[last].slice(0, formatted[last].length - 1);
|
|
7304
7310
|
formatted.unshift(picocolors.exports.green(`- Expected - ${counts["-"]}`), picocolors.exports.red(`+ Received + ${counts["+"]}`), "");
|
|
7305
7311
|
}
|
|
7306
7312
|
}
|
package/dist/{chunk-vite-node-externalize.61cc47ef.js → chunk-vite-node-externalize.aaa06ea4.mjs}
RENAMED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { j as join, k as basename, d as dirname, l as resolve, A as AggregateErrorPonyfill, p as picocolors, s as slash$2, m as isAbsolute, o as relative, q as isNode, u as getTests, v as getFullName, x as hasFailed, y as hasFailedSnapshot, z as getSuites, B as safeSetInterval, C as safeClearInterval, e as safeSetTimeout, t as toArray, D as normalize, n as noop$1, f as safeClearTimeout, E as deepMerge, F as toNamespacedPath, g as getCallLastIndex, h as notNullish, G as ensurePackageInstalled, H as stdout } from './chunk-utils-global.
|
|
1
|
+
import { j as join, k as basename, d as dirname, l as resolve, A as AggregateErrorPonyfill, p as picocolors, s as slash$2, m as isAbsolute, o as relative, q as isNode, u as getTests, v as getFullName, x as hasFailed, y as hasFailedSnapshot, z as getSuites, B as safeSetInterval, C as safeClearInterval, e as safeSetTimeout, t as toArray$1, D as normalize, n as noop$1, f as safeClearTimeout, E as deepMerge, F as toNamespacedPath, g as getCallLastIndex, h as notNullish, G as ensurePackageInstalled, H as stdout } from './chunk-utils-global.624991bc.mjs';
|
|
2
2
|
import { createServer, mergeConfig } from 'vite';
|
|
3
3
|
import path$a from 'path';
|
|
4
4
|
import url, { fileURLToPath, pathToFileURL } from 'url';
|
|
5
5
|
import process$1 from 'process';
|
|
6
6
|
import fs$8, { promises, existsSync, readFileSync } from 'fs';
|
|
7
|
-
import { d as distDir, a as defaultPort, c as configFiles } from './chunk-constants.
|
|
7
|
+
import { d as distDir, a as defaultPort, c as configFiles } from './chunk-constants.41584d81.mjs';
|
|
8
8
|
import readline from 'readline';
|
|
9
9
|
import require$$0, { cpus, hostname, constants as constants$5 } from 'os';
|
|
10
10
|
import require$$0$1 from 'util';
|
|
11
11
|
import require$$0$2 from 'stream';
|
|
12
12
|
import require$$2 from 'events';
|
|
13
|
-
import { c as commonjsGlobal } from './vendor-_commonjsHelpers.
|
|
14
|
-
import { i as isNodeBuiltin, a as isValidNodeImport, s as slash$1, t as toFilePath, w as withInlineSourcemap, c as createBirpc, V as ViteNodeRunner } from './chunk-vite-node-utils.
|
|
13
|
+
import { c as commonjsGlobal } from './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
14
|
+
import { i as isNodeBuiltin, a as isValidNodeImport, s as slash$1, t as toArray, b as toFilePath, w as withInlineSourcemap, c as createBirpc, V as ViteNodeRunner } from './chunk-vite-node-utils.d6687931.mjs';
|
|
15
15
|
import createDebug from 'debug';
|
|
16
|
-
import { c as configDefaults, r as resolveC8Options, a as cleanCoverage, b as reportCoverage } from './chunk-defaults.
|
|
16
|
+
import { c as configDefaults, r as resolveC8Options, a as cleanCoverage, b as reportCoverage } from './chunk-defaults.a820faeb.mjs';
|
|
17
17
|
import { MessageChannel } from 'worker_threads';
|
|
18
18
|
import { Tinypool } from 'tinypool';
|
|
19
19
|
import { performance } from 'perf_hooks';
|
|
20
|
-
import { c as stripAnsi, d as stringWidth, e as ansiStyles, h as sliceAnsi, i as cliTruncate, b as parseStacktrace, j as interpretSourcePos, s as stringify$5, u as unifiedDiff, a as posToNumber, l as lineSplitRE } from './chunk-utils-source-map.
|
|
21
|
-
import { o as onetime$1, s as signalExit, m as mergeStream, g as getStream, c as crossSpawn } from './vendor-index.
|
|
20
|
+
import { c as stripAnsi, d as stringWidth, e as ansiStyles, h as sliceAnsi, i as cliTruncate, b as parseStacktrace, j as interpretSourcePos, s as stringify$5, u as unifiedDiff, a as posToNumber, l as lineSplitRE } from './chunk-utils-source-map.4408ba82.mjs';
|
|
21
|
+
import { o as onetime$1, s as signalExit, m as mergeStream, g as getStream, c as crossSpawn } from './vendor-index.a2a385d8.mjs';
|
|
22
22
|
import { resolveModule } from 'local-pkg';
|
|
23
23
|
import { Buffer } from 'buffer';
|
|
24
24
|
import childProcess from 'child_process';
|
|
25
|
-
import MagicString from './chunk-magic-string.
|
|
26
|
-
import { p as prompts } from './vendor-index.
|
|
25
|
+
import MagicString from './chunk-magic-string.efe26975.mjs';
|
|
26
|
+
import { p as prompts } from './vendor-index.98e769c1.mjs';
|
|
27
27
|
|
|
28
|
-
var version = "0.
|
|
28
|
+
var version = "0.14.0";
|
|
29
29
|
|
|
30
30
|
/*
|
|
31
31
|
How it works:
|
|
@@ -6930,8 +6930,10 @@ async function _shouldExternalize(id, options) {
|
|
|
6930
6930
|
return false;
|
|
6931
6931
|
}
|
|
6932
6932
|
function matchExternalizePattern(id, patterns) {
|
|
6933
|
-
if (
|
|
6933
|
+
if (patterns == null)
|
|
6934
6934
|
return false;
|
|
6935
|
+
if (patterns === true)
|
|
6936
|
+
return true;
|
|
6935
6937
|
for (const ex of patterns) {
|
|
6936
6938
|
if (typeof ex === "string") {
|
|
6937
6939
|
if (id.includes(`/node_modules/${ex}/`))
|
|
@@ -6980,6 +6982,17 @@ class ViteNodeServer {
|
|
|
6980
6982
|
this.fetchPromiseMap = /* @__PURE__ */ new Map();
|
|
6981
6983
|
this.transformPromiseMap = /* @__PURE__ */ new Map();
|
|
6982
6984
|
this.fetchCache = /* @__PURE__ */ new Map();
|
|
6985
|
+
var _a, _b;
|
|
6986
|
+
const ssrOptions = server.config.ssr;
|
|
6987
|
+
if (ssrOptions) {
|
|
6988
|
+
options.deps ?? (options.deps = {});
|
|
6989
|
+
if (ssrOptions.noExternal === true) {
|
|
6990
|
+
(_a = options.deps).inline ?? (_a.inline = true);
|
|
6991
|
+
} else if (options.deps.inline !== true) {
|
|
6992
|
+
(_b = options.deps).inline ?? (_b.inline = []);
|
|
6993
|
+
options.deps.inline.push(...toArray(ssrOptions.noExternal));
|
|
6994
|
+
}
|
|
6995
|
+
}
|
|
6983
6996
|
}
|
|
6984
6997
|
shouldExternalize(id) {
|
|
6985
6998
|
return shouldExternalize(id, this.options.deps);
|
|
@@ -7134,7 +7147,7 @@ var __spreadValues$5 = (a, b) => {
|
|
|
7134
7147
|
}
|
|
7135
7148
|
return a;
|
|
7136
7149
|
};
|
|
7137
|
-
const workerPath = pathToFileURL(resolve(distDir, "./worker.
|
|
7150
|
+
const workerPath = pathToFileURL(resolve(distDir, "./worker.mjs")).href;
|
|
7138
7151
|
function createPool(ctx) {
|
|
7139
7152
|
var _a;
|
|
7140
7153
|
const threadsCount = ctx.config.watch ? Math.max(cpus().length / 2, 1) : Math.max(cpus().length - 1, 1);
|
|
@@ -8964,8 +8977,15 @@ function resolveConfig(options, viteConfig) {
|
|
|
8964
8977
|
resolved.base = viteConfig.base;
|
|
8965
8978
|
resolved.coverage = resolveC8Options(options.coverage || {}, resolved.root);
|
|
8966
8979
|
resolved.deps = resolved.deps || {};
|
|
8967
|
-
(
|
|
8968
|
-
|
|
8980
|
+
if (resolved.deps.inline !== true) {
|
|
8981
|
+
const ssrOptions = viteConfig.ssr || {};
|
|
8982
|
+
if (ssrOptions.noExternal === true && resolved.deps.inline == null) {
|
|
8983
|
+
resolved.deps.inline = true;
|
|
8984
|
+
} else {
|
|
8985
|
+
(_b = resolved.deps).inline ?? (_b.inline = []);
|
|
8986
|
+
resolved.deps.inline.push(...extraInlineDeps);
|
|
8987
|
+
}
|
|
8988
|
+
}
|
|
8969
8989
|
resolved.testNamePattern = resolved.testNamePattern ? resolved.testNamePattern instanceof RegExp ? resolved.testNamePattern : new RegExp(resolved.testNamePattern) : void 0;
|
|
8970
8990
|
const CI = !!process.env.CI;
|
|
8971
8991
|
const UPDATE_SNAPSHOT = resolved.update || process.env.UPDATE_SNAPSHOT;
|
|
@@ -8980,13 +9000,13 @@ function resolveConfig(options, viteConfig) {
|
|
|
8980
9000
|
resolved.maxThreads = parseInt(process.env.VITEST_MAX_THREADS);
|
|
8981
9001
|
if (process.env.VITEST_MIN_THREADS)
|
|
8982
9002
|
resolved.minThreads = parseInt(process.env.VITEST_MIN_THREADS);
|
|
8983
|
-
resolved.setupFiles = toArray(resolved.setupFiles || []).map((file) => normalize(resolveModule(file, { paths: [resolved.root] }) ?? resolve(resolved.root, file)));
|
|
9003
|
+
resolved.setupFiles = toArray$1(resolved.setupFiles || []).map((file) => normalize(resolveModule(file, { paths: [resolved.root] }) ?? resolve(resolved.root, file)));
|
|
8984
9004
|
resolved.api = resolveApiConfig(options);
|
|
8985
9005
|
if (options.related)
|
|
8986
|
-
resolved.related = toArray(options.related).map((file) => resolve(resolved.root, file));
|
|
9006
|
+
resolved.related = toArray$1(options.related).map((file) => resolve(resolved.root, file));
|
|
8987
9007
|
resolved.reporters = Array.from(/* @__PURE__ */ new Set([
|
|
8988
|
-
...toArray(resolved.reporters),
|
|
8989
|
-
...toArray(resolved.reporter)
|
|
9008
|
+
...toArray$1(resolved.reporters),
|
|
9009
|
+
...toArray$1(resolved.reporter)
|
|
8990
9010
|
])).filter(Boolean);
|
|
8991
9011
|
if (!resolved.reporters.length)
|
|
8992
9012
|
resolved.reporters.push("default");
|
|
@@ -10368,8 +10388,8 @@ class Vitest {
|
|
|
10368
10388
|
this.console.error(picocolors.exports.dim("filter: ") + picocolors.exports.yellow(filters.join(comma)));
|
|
10369
10389
|
if (this.config.include)
|
|
10370
10390
|
this.console.error(picocolors.exports.dim("include: ") + picocolors.exports.yellow(this.config.include.join(comma)));
|
|
10371
|
-
if (this.config.
|
|
10372
|
-
this.console.error(picocolors.exports.dim("
|
|
10391
|
+
if (this.config.watchExclude)
|
|
10392
|
+
this.console.error(picocolors.exports.dim("watch exclude: ") + picocolors.exports.yellow(this.config.watchExclude.join(comma)));
|
|
10373
10393
|
if (this.config.passWithNoTests)
|
|
10374
10394
|
this.log("No test files found, exiting with code 0\n");
|
|
10375
10395
|
else
|
|
@@ -10546,6 +10566,9 @@ class Vitest {
|
|
|
10546
10566
|
}
|
|
10547
10567
|
};
|
|
10548
10568
|
const watcher = this.server.watcher;
|
|
10569
|
+
if (this.config.forceRerunTriggers.length)
|
|
10570
|
+
watcher.add(this.config.forceRerunTriggers);
|
|
10571
|
+
watcher.unwatch(this.config.watchExclude);
|
|
10549
10572
|
watcher.on("change", onChange);
|
|
10550
10573
|
watcher.on("unlink", onUnlink);
|
|
10551
10574
|
watcher.on("add", onAdd);
|
|
@@ -10557,8 +10580,12 @@ class Vitest {
|
|
|
10557
10580
|
};
|
|
10558
10581
|
}
|
|
10559
10582
|
handleFileChanged(id) {
|
|
10560
|
-
if (this.changedTests.has(id) || this.invalidates.has(id)
|
|
10583
|
+
if (this.changedTests.has(id) || this.invalidates.has(id))
|
|
10561
10584
|
return false;
|
|
10585
|
+
if (micromatch_1.isMatch(id, this.config.forceRerunTriggers)) {
|
|
10586
|
+
this.state.getFilepaths().forEach((file) => this.changedTests.add(file));
|
|
10587
|
+
return true;
|
|
10588
|
+
}
|
|
10562
10589
|
const mod = this.server.moduleGraph.getModuleById(id);
|
|
10563
10590
|
if (!mod)
|
|
10564
10591
|
return false;
|
|
@@ -10688,7 +10715,7 @@ async function loadGlobalSetupFiles(ctx) {
|
|
|
10688
10715
|
var _a;
|
|
10689
10716
|
const server = ctx.server;
|
|
10690
10717
|
const runner = ctx.runner;
|
|
10691
|
-
const globalSetupFiles = toArray((_a = server.config.test) == null ? void 0 : _a.globalSetup);
|
|
10718
|
+
const globalSetupFiles = toArray$1((_a = server.config.test) == null ? void 0 : _a.globalSetup);
|
|
10692
10719
|
return Promise.all(globalSetupFiles.map((file) => loadGlobalSetupFile(file, runner)));
|
|
10693
10720
|
}
|
|
10694
10721
|
async function loadGlobalSetupFile(file, runner) {
|
|
@@ -10939,6 +10966,9 @@ async function VitestPlugin(options = {}, ctx = new Vitest()) {
|
|
|
10939
10966
|
mainFields: []
|
|
10940
10967
|
},
|
|
10941
10968
|
server: __spreadProps(__spreadValues({}, preOptions.api), {
|
|
10969
|
+
watch: {
|
|
10970
|
+
ignored: preOptions.watchExclude
|
|
10971
|
+
},
|
|
10942
10972
|
open,
|
|
10943
10973
|
hmr: false,
|
|
10944
10974
|
preTransformRequests: false
|
|
@@ -10971,7 +11001,7 @@ async function VitestPlugin(options = {}, ctx = new Vitest()) {
|
|
|
10971
11001
|
await ctx.setServer(options, server);
|
|
10972
11002
|
haveStarted = true;
|
|
10973
11003
|
if (options.api && options.watch)
|
|
10974
|
-
(await import('./chunk-api-setup.
|
|
11004
|
+
(await import('./chunk-api-setup.7945baf8.mjs')).setup(ctx);
|
|
10975
11005
|
if (!options.watch)
|
|
10976
11006
|
await server.watcher.close();
|
|
10977
11007
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { builtinModules, createRequire } from 'module';
|
|
2
2
|
import { pathToFileURL, fileURLToPath as fileURLToPath$2, URL as URL$1 } from 'url';
|
|
3
3
|
import vm from 'vm';
|
|
4
|
-
import { m as isAbsolute$2, l as resolve, j as join$2, I as extname$2, d as dirname$2 } from './chunk-utils-global.
|
|
4
|
+
import { m as isAbsolute$2, l as resolve, j as join$2, I as extname$2, d as dirname$2 } from './chunk-utils-global.624991bc.mjs';
|
|
5
5
|
import path from 'path';
|
|
6
6
|
import fs, { realpathSync, statSync, Stats, promises, existsSync } from 'fs';
|
|
7
7
|
import assert from 'assert';
|
|
@@ -8878,6 +8878,13 @@ async function withInlineSourcemap(result) {
|
|
|
8878
8878
|
`;
|
|
8879
8879
|
return result;
|
|
8880
8880
|
}
|
|
8881
|
+
function toArray(array) {
|
|
8882
|
+
if (array === null || array === void 0)
|
|
8883
|
+
array = [];
|
|
8884
|
+
if (Array.isArray(array))
|
|
8885
|
+
return array;
|
|
8886
|
+
return [array];
|
|
8887
|
+
}
|
|
8881
8888
|
|
|
8882
8889
|
const debugExecute = createDebug("vite-node:client:execute");
|
|
8883
8890
|
const debugNative = createDebug("vite-node:client:native");
|
|
@@ -9170,4 +9177,4 @@ function nanoid(size = 21) {
|
|
|
9170
9177
|
return id;
|
|
9171
9178
|
}
|
|
9172
9179
|
|
|
9173
|
-
export { ModuleCacheMap as M, ViteNodeRunner as V, isValidNodeImport as a, createBirpc as c, isNodeBuiltin as i, normalizeRequestId as n, slash as s,
|
|
9180
|
+
export { ModuleCacheMap as M, ViteNodeRunner as V, isValidNodeImport as a, toFilePath as b, createBirpc as c, isNodeBuiltin as i, normalizeRequestId as n, slash as s, toArray as t, withInlineSourcemap as w };
|
package/dist/{cli.js → cli.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EventEmitter } from 'events';
|
|
2
|
-
import { p as picocolors } from './chunk-utils-global.
|
|
3
|
-
import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.
|
|
2
|
+
import { p as picocolors } from './chunk-utils-global.624991bc.mjs';
|
|
3
|
+
import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.aaa06ea4.mjs';
|
|
4
4
|
import 'tty';
|
|
5
5
|
import 'local-pkg';
|
|
6
6
|
import 'path';
|
|
@@ -8,27 +8,27 @@ import 'vite';
|
|
|
8
8
|
import 'url';
|
|
9
9
|
import 'process';
|
|
10
10
|
import 'fs';
|
|
11
|
-
import './chunk-constants.
|
|
11
|
+
import './chunk-constants.41584d81.mjs';
|
|
12
12
|
import 'readline';
|
|
13
13
|
import 'os';
|
|
14
14
|
import 'util';
|
|
15
15
|
import 'stream';
|
|
16
|
-
import './vendor-_commonjsHelpers.
|
|
17
|
-
import './chunk-vite-node-utils.
|
|
16
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
17
|
+
import './chunk-vite-node-utils.d6687931.mjs';
|
|
18
18
|
import 'module';
|
|
19
19
|
import 'vm';
|
|
20
20
|
import 'assert';
|
|
21
21
|
import 'debug';
|
|
22
|
-
import './chunk-defaults.
|
|
22
|
+
import './chunk-defaults.a820faeb.mjs';
|
|
23
23
|
import 'worker_threads';
|
|
24
24
|
import 'tinypool';
|
|
25
25
|
import 'perf_hooks';
|
|
26
|
-
import './chunk-utils-source-map.
|
|
27
|
-
import './vendor-index.
|
|
26
|
+
import './chunk-utils-source-map.4408ba82.mjs';
|
|
27
|
+
import './vendor-index.a2a385d8.mjs';
|
|
28
28
|
import 'child_process';
|
|
29
29
|
import 'buffer';
|
|
30
|
-
import './chunk-magic-string.
|
|
31
|
-
import './vendor-index.
|
|
30
|
+
import './chunk-magic-string.efe26975.mjs';
|
|
31
|
+
import './vendor-index.98e769c1.mjs';
|
|
32
32
|
|
|
33
33
|
function toArr(any) {
|
|
34
34
|
return any == null ? [] : Array.isArray(any) ? any : [any];
|
package/dist/config.cjs
CHANGED
|
@@ -54,7 +54,8 @@ const config = {
|
|
|
54
54
|
testTimeout: 5e3,
|
|
55
55
|
hookTimeout: 1e4,
|
|
56
56
|
isolate: true,
|
|
57
|
-
|
|
57
|
+
watchExclude: ["**/node_modules/**", "**/dist/**"],
|
|
58
|
+
forceRerunTriggers: [],
|
|
58
59
|
update: false,
|
|
59
60
|
reporters: [],
|
|
60
61
|
silent: false,
|
package/dist/config.d.ts
CHANGED
|
@@ -50,7 +50,8 @@ const config = {
|
|
|
50
50
|
testTimeout: 5e3,
|
|
51
51
|
hookTimeout: 1e4,
|
|
52
52
|
isolate: true,
|
|
53
|
-
|
|
53
|
+
watchExclude: ["**/node_modules/**", "**/dist/**"],
|
|
54
|
+
forceRerunTriggers: [],
|
|
54
55
|
update: false,
|
|
55
56
|
reporters: [],
|
|
56
57
|
silent: false,
|
package/dist/entry.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { r as run } from './vendor-entry.93b045ee.mjs';
|
|
2
|
+
import 'fs';
|
|
3
|
+
import './chunk-utils-global.624991bc.mjs';
|
|
4
|
+
import 'tty';
|
|
5
|
+
import 'local-pkg';
|
|
6
|
+
import 'path';
|
|
7
|
+
import './chunk-runtime-chain.6a3c6576.mjs';
|
|
8
|
+
import 'chai';
|
|
9
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
10
|
+
import './chunk-runtime-rpc.44043bb4.mjs';
|
|
11
|
+
import './chunk-utils-source-map.4408ba82.mjs';
|
|
12
|
+
import './chunk-integrations-spy.674b628e.mjs';
|
|
13
|
+
import 'tinyspy';
|
|
14
|
+
import 'util';
|
|
15
|
+
import './chunk-defaults.a820faeb.mjs';
|
|
16
|
+
import 'module';
|
|
17
|
+
import 'url';
|
package/dist/index.d.ts
CHANGED
|
@@ -192,10 +192,9 @@ declare class ViteNodeRunner {
|
|
|
192
192
|
hasNestedDefault(target: any): any;
|
|
193
193
|
private debugLog;
|
|
194
194
|
}
|
|
195
|
-
|
|
196
195
|
interface DepsHandlingOptions {
|
|
197
196
|
external?: (string | RegExp)[];
|
|
198
|
-
inline?: (string | RegExp)[];
|
|
197
|
+
inline?: (string | RegExp)[] | true;
|
|
199
198
|
/**
|
|
200
199
|
* Try to guess the CJS version of a package when it's invalid ESM
|
|
201
200
|
* @default false
|
|
@@ -733,7 +732,7 @@ interface Test<ExtraContext = {}> extends TaskBase {
|
|
|
733
732
|
}
|
|
734
733
|
declare type Task = Test | Suite | File;
|
|
735
734
|
declare type DoneCallback = (error?: any) => void;
|
|
736
|
-
declare type TestFunction<ExtraContext = {}> = (context: TestContext & ExtraContext) => Awaitable<void
|
|
735
|
+
declare type TestFunction<ExtraContext = {}> = (context: TestContext & ExtraContext) => Awaitable<any> | void;
|
|
737
736
|
declare type ExtractEachCallbackArgs<T extends ReadonlyArray<any>> = {
|
|
738
737
|
1: [T[0]];
|
|
739
738
|
2: [T[0], T[1]];
|
|
@@ -910,8 +909,10 @@ interface InlineConfig {
|
|
|
910
909
|
* Vite will process inlined modules.
|
|
911
910
|
*
|
|
912
911
|
* This could be helpful to handle packages that ship `.js` in ESM format (that Node can't handle).
|
|
912
|
+
*
|
|
913
|
+
* If `true`, every dependency will be inlined
|
|
913
914
|
*/
|
|
914
|
-
inline?: (string | RegExp)[];
|
|
915
|
+
inline?: (string | RegExp)[] | true;
|
|
915
916
|
/**
|
|
916
917
|
* Interpret CJS module's default as named exports
|
|
917
918
|
*
|
|
@@ -1028,11 +1029,17 @@ interface InlineConfig {
|
|
|
1028
1029
|
*/
|
|
1029
1030
|
globalSetup?: string | string[];
|
|
1030
1031
|
/**
|
|
1031
|
-
*
|
|
1032
|
+
* Glob pattern of file paths to be ignore from triggering watch rerun
|
|
1033
|
+
*/
|
|
1034
|
+
watchExclude?: string[];
|
|
1035
|
+
/**
|
|
1036
|
+
* Glob patter of file paths that will trigger the whole suite rerun
|
|
1032
1037
|
*
|
|
1033
|
-
*
|
|
1038
|
+
* Useful if you are testing calling CLI commands
|
|
1039
|
+
*
|
|
1040
|
+
* @default []
|
|
1034
1041
|
*/
|
|
1035
|
-
|
|
1042
|
+
forceRerunTriggers?: string[];
|
|
1036
1043
|
/**
|
|
1037
1044
|
* Isolate environment for each test file
|
|
1038
1045
|
*
|
|
@@ -1521,6 +1528,7 @@ declare type Classes<T> = {
|
|
|
1521
1528
|
[K in keyof T]: T[K] extends new (...args: any[]) => any ? K : never;
|
|
1522
1529
|
}[keyof T] & (string | symbol);
|
|
1523
1530
|
interface SpyInstance<TArgs extends any[] = any[], TReturns = any> {
|
|
1531
|
+
(...args: TArgs): TReturns;
|
|
1524
1532
|
getMockName(): string;
|
|
1525
1533
|
mockName(n: string): this;
|
|
1526
1534
|
mock: SpyContext<TArgs, TReturns>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { c as afterAll, f as afterEach, b as beforeAll, e as beforeEach, g as createExpect, d as describe, h as expect, k as getRunningMode, a as isFirstRun, l as isWatchMode, i as it, r as runOnce, s as suite, t as test, j as vi, v as vitest, w as withCallback } from './chunk-runtime-chain.
|
|
1
|
+
export { c as afterAll, f as afterEach, b as beforeAll, e as beforeEach, g as createExpect, d as describe, h as expect, k as getRunningMode, a as isFirstRun, l as isWatchMode, i as it, r as runOnce, s as suite, t as test, j as vi, v as vitest, w as withCallback } from './chunk-runtime-chain.6a3c6576.mjs';
|
|
2
2
|
export { assert, default as chai, should } from 'chai';
|
|
3
|
-
import './vendor-_commonjsHelpers.
|
|
4
|
-
import './chunk-runtime-rpc.
|
|
5
|
-
import './chunk-utils-global.
|
|
3
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
4
|
+
import './chunk-runtime-rpc.44043bb4.mjs';
|
|
5
|
+
import './chunk-utils-global.624991bc.mjs';
|
|
6
6
|
import 'tty';
|
|
7
7
|
import 'local-pkg';
|
|
8
8
|
import 'path';
|
|
9
9
|
import 'fs';
|
|
10
|
-
import './chunk-utils-source-map.
|
|
11
|
-
import './chunk-integrations-spy.
|
|
10
|
+
import './chunk-utils-source-map.4408ba82.mjs';
|
|
11
|
+
import './chunk-integrations-spy.674b628e.mjs';
|
|
12
12
|
import 'tinyspy';
|
|
13
13
|
import 'util';
|
package/dist/node.d.ts
CHANGED
|
@@ -36,10 +36,9 @@ declare class ViteNodeRunner {
|
|
|
36
36
|
hasNestedDefault(target: any): any;
|
|
37
37
|
private debugLog;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
39
|
interface DepsHandlingOptions {
|
|
41
40
|
external?: (string | RegExp)[];
|
|
42
|
-
inline?: (string | RegExp)[];
|
|
41
|
+
inline?: (string | RegExp)[] | true;
|
|
43
42
|
/**
|
|
44
43
|
* Try to guess the CJS version of a package when it's invalid ESM
|
|
45
44
|
* @default false
|
|
@@ -729,8 +728,10 @@ interface InlineConfig {
|
|
|
729
728
|
* Vite will process inlined modules.
|
|
730
729
|
*
|
|
731
730
|
* This could be helpful to handle packages that ship `.js` in ESM format (that Node can't handle).
|
|
731
|
+
*
|
|
732
|
+
* If `true`, every dependency will be inlined
|
|
732
733
|
*/
|
|
733
|
-
inline?: (string | RegExp)[];
|
|
734
|
+
inline?: (string | RegExp)[] | true;
|
|
734
735
|
/**
|
|
735
736
|
* Interpret CJS module's default as named exports
|
|
736
737
|
*
|
|
@@ -847,11 +848,17 @@ interface InlineConfig {
|
|
|
847
848
|
*/
|
|
848
849
|
globalSetup?: string | string[];
|
|
849
850
|
/**
|
|
850
|
-
*
|
|
851
|
+
* Glob pattern of file paths to be ignore from triggering watch rerun
|
|
852
|
+
*/
|
|
853
|
+
watchExclude?: string[];
|
|
854
|
+
/**
|
|
855
|
+
* Glob patter of file paths that will trigger the whole suite rerun
|
|
856
|
+
*
|
|
857
|
+
* Useful if you are testing calling CLI commands
|
|
851
858
|
*
|
|
852
|
-
* @default [
|
|
859
|
+
* @default []
|
|
853
860
|
*/
|
|
854
|
-
|
|
861
|
+
forceRerunTriggers?: string[];
|
|
855
862
|
/**
|
|
856
863
|
* Isolate environment for each test file
|
|
857
864
|
*
|
package/dist/node.mjs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.aaa06ea4.mjs';
|
|
2
|
+
export { V as VitestRunner } from './chunk-runtime-mocker.7cf95199.mjs';
|
|
3
|
+
import './chunk-utils-global.624991bc.mjs';
|
|
4
|
+
import 'tty';
|
|
5
|
+
import 'local-pkg';
|
|
6
|
+
import 'path';
|
|
7
|
+
import 'vite';
|
|
8
|
+
import 'url';
|
|
9
|
+
import 'process';
|
|
10
|
+
import 'fs';
|
|
11
|
+
import './chunk-constants.41584d81.mjs';
|
|
12
|
+
import 'readline';
|
|
13
|
+
import 'os';
|
|
14
|
+
import 'util';
|
|
15
|
+
import 'stream';
|
|
16
|
+
import 'events';
|
|
17
|
+
import './vendor-_commonjsHelpers.4da45ef5.mjs';
|
|
18
|
+
import './chunk-vite-node-utils.d6687931.mjs';
|
|
19
|
+
import 'module';
|
|
20
|
+
import 'vm';
|
|
21
|
+
import 'assert';
|
|
22
|
+
import 'debug';
|
|
23
|
+
import './chunk-defaults.a820faeb.mjs';
|
|
24
|
+
import 'worker_threads';
|
|
25
|
+
import 'tinypool';
|
|
26
|
+
import 'perf_hooks';
|
|
27
|
+
import './chunk-utils-source-map.4408ba82.mjs';
|
|
28
|
+
import './vendor-index.a2a385d8.mjs';
|
|
29
|
+
import 'child_process';
|
|
30
|
+
import 'buffer';
|
|
31
|
+
import './chunk-magic-string.efe26975.mjs';
|
|
32
|
+
import './vendor-index.98e769c1.mjs';
|
package/dist/{spy.js → spy.mjs}
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { f as fn, i as isMockFunction, a as spies, s as spyOn } from './chunk-integrations-spy.
|
|
1
|
+
export { f as fn, i as isMockFunction, a as spies, s as spyOn } from './chunk-integrations-spy.674b628e.mjs';
|
|
2
2
|
import 'tinyspy';
|
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { promises } from 'fs';
|
|
2
|
-
import { q as isNode, a as getWorkerState, f as safeClearTimeout, e as safeSetTimeout, t as toArray, N as clone, L as getType, o as relative, O as partitionSuiteChildren, P as hasTests, x as hasFailed, v as getFullName, r as resetModules } from './chunk-utils-global.
|
|
2
|
+
import { q as isNode, a as getWorkerState, f as safeClearTimeout, e as safeSetTimeout, t as toArray, N as clone, L as getType, o as relative, O as partitionSuiteChildren, P as hasTests, x as hasFailed, v as getFullName, r as resetModules } from './chunk-utils-global.624991bc.mjs';
|
|
3
3
|
import { importModule } from 'local-pkg';
|
|
4
|
-
import { s as suite, t as test, d as describe, i as it, r as runOnce, a as isFirstRun, b as beforeAll, c as afterAll, e as beforeEach, f as afterEach, w as withCallback, g as createExpect, h as expect, v as vitest, j as vi, k as getRunningMode, l as isWatchMode, m as resetRunOnceCounter, R as RealDate, n as clearCollectorContext, o as defaultSuite, p as setHooks, q as getHooks, u as collectorContext, x as getSnapshotClient, y as setState, z as getFn, A as getState } from './chunk-runtime-chain.
|
|
4
|
+
import { s as suite, t as test, d as describe, i as it, r as runOnce, a as isFirstRun, b as beforeAll, c as afterAll, e as beforeEach, f as afterEach, w as withCallback, g as createExpect, h as expect, v as vitest, j as vi, k as getRunningMode, l as isWatchMode, m as resetRunOnceCounter, R as RealDate, n as clearCollectorContext, o as defaultSuite, p as setHooks, q as getHooks, u as collectorContext, x as getSnapshotClient, y as setState, z as getFn, A as getState } from './chunk-runtime-chain.6a3c6576.mjs';
|
|
5
5
|
import chai, { assert, should, util } from 'chai';
|
|
6
|
-
import { r as rpc } from './chunk-runtime-rpc.
|
|
7
|
-
import { t as takeCoverage } from './chunk-defaults.
|
|
6
|
+
import { r as rpc } from './chunk-runtime-rpc.44043bb4.mjs';
|
|
7
|
+
import { t as takeCoverage } from './chunk-defaults.a820faeb.mjs';
|
|
8
8
|
import { format } from 'util';
|
|
9
|
-
import { s as stringify } from './chunk-utils-source-map.
|
|
9
|
+
import { s as stringify } from './chunk-utils-source-map.4408ba82.mjs';
|
|
10
10
|
|
|
11
11
|
var index = /*#__PURE__*/Object.freeze({
|
|
12
12
|
__proto__: null,
|
|
@@ -435,7 +435,7 @@ async function setupGlobalEnv(config) {
|
|
|
435
435
|
if (isNode)
|
|
436
436
|
await setupConsoleLogSpy();
|
|
437
437
|
if (config.globals)
|
|
438
|
-
(await import('./chunk-integrations-globals.
|
|
438
|
+
(await import('./chunk-integrations-globals.f0c5e97f.mjs')).registerApiGlobally();
|
|
439
439
|
}
|
|
440
440
|
function setupDefines(defines) {
|
|
441
441
|
for (const key in defines)
|
|
File without changes
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { l as resolve, a as getWorkerState } from './chunk-utils-global.
|
|
2
|
-
import { c as createBirpc, M as ModuleCacheMap } from './chunk-vite-node-utils.
|
|
3
|
-
import { d as distDir } from './chunk-constants.
|
|
4
|
-
import { e as executeInViteNode } from './chunk-runtime-mocker.
|
|
5
|
-
import { r as rpc } from './chunk-runtime-rpc.
|
|
1
|
+
import { l as resolve, a as getWorkerState } from './chunk-utils-global.624991bc.mjs';
|
|
2
|
+
import { c as createBirpc, M as ModuleCacheMap } from './chunk-vite-node-utils.d6687931.mjs';
|
|
3
|
+
import { d as distDir } from './chunk-constants.41584d81.mjs';
|
|
4
|
+
import { e as executeInViteNode } from './chunk-runtime-mocker.7cf95199.mjs';
|
|
5
|
+
import { r as rpc } from './chunk-runtime-rpc.44043bb4.mjs';
|
|
6
6
|
import 'tty';
|
|
7
7
|
import 'local-pkg';
|
|
8
8
|
import 'path';
|
|
@@ -35,7 +35,7 @@ async function startViteNode(ctx) {
|
|
|
35
35
|
const { config } = ctx;
|
|
36
36
|
const { run: run2 } = (await executeInViteNode({
|
|
37
37
|
files: [
|
|
38
|
-
resolve(distDir, "entry.
|
|
38
|
+
resolve(distDir, "entry.mjs")
|
|
39
39
|
],
|
|
40
40
|
fetchModule(id) {
|
|
41
41
|
return rpc().fetch(id);
|
package/node.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './dist/node'
|
|
1
|
+
export * from './dist/node.js'
|
package/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
|
-
"
|
|
4
|
-
"version": "0.13.1",
|
|
3
|
+
"version": "0.14.0",
|
|
5
4
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
6
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
6
|
"license": "MIT",
|
|
@@ -23,7 +22,7 @@
|
|
|
23
22
|
"exports": {
|
|
24
23
|
".": {
|
|
25
24
|
"types": "./dist/index.d.ts",
|
|
26
|
-
"import": "./dist/index.
|
|
25
|
+
"import": "./dist/index.mjs"
|
|
27
26
|
},
|
|
28
27
|
"./*": "./*",
|
|
29
28
|
"./globals": {
|
|
@@ -34,12 +33,12 @@
|
|
|
34
33
|
},
|
|
35
34
|
"./node": {
|
|
36
35
|
"types": "./dist/node.d.ts",
|
|
37
|
-
"import": "./dist/node.
|
|
36
|
+
"import": "./dist/node.mjs"
|
|
38
37
|
},
|
|
39
38
|
"./config": {
|
|
40
39
|
"types": "./config.d.ts",
|
|
41
40
|
"require": "./dist/config.cjs",
|
|
42
|
-
"import": "./dist/config.
|
|
41
|
+
"import": "./dist/config.mjs"
|
|
43
42
|
}
|
|
44
43
|
},
|
|
45
44
|
"main": "./dist/index.js",
|
|
@@ -97,7 +96,7 @@
|
|
|
97
96
|
"@types/node": "^17.0.35",
|
|
98
97
|
"@types/prompts": "^2.4.0",
|
|
99
98
|
"@types/sinonjs__fake-timers": "^8.1.2",
|
|
100
|
-
"@vitest/ui": "0.
|
|
99
|
+
"@vitest/ui": "0.14.0",
|
|
101
100
|
"birpc": "^0.2.3",
|
|
102
101
|
"c8": "^7.11.3",
|
|
103
102
|
"cac": "^6.7.12",
|
|
@@ -124,7 +123,7 @@
|
|
|
124
123
|
"source-map-js": "^1.0.2",
|
|
125
124
|
"strip-ansi": "^7.0.1",
|
|
126
125
|
"typescript": "^4.7.2",
|
|
127
|
-
"vite-node": "0.
|
|
126
|
+
"vite-node": "0.14.0",
|
|
128
127
|
"ws": "^8.7.0"
|
|
129
128
|
},
|
|
130
129
|
"scripts": {
|
package/vitest.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import './dist/cli.
|
|
2
|
+
import './dist/cli.mjs'
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { g as globalApis } from './chunk-constants.b0ea3b74.js';
|
|
2
|
-
import { i as index } from './vendor-entry.225630f2.js';
|
|
3
|
-
import 'url';
|
|
4
|
-
import './chunk-utils-global.550519fc.js';
|
|
5
|
-
import 'tty';
|
|
6
|
-
import 'local-pkg';
|
|
7
|
-
import 'path';
|
|
8
|
-
import 'fs';
|
|
9
|
-
import './chunk-runtime-chain.46442ffe.js';
|
|
10
|
-
import 'chai';
|
|
11
|
-
import './vendor-_commonjsHelpers.addc3445.js';
|
|
12
|
-
import './chunk-runtime-rpc.50765c8b.js';
|
|
13
|
-
import './chunk-utils-source-map.19e9554e.js';
|
|
14
|
-
import './chunk-integrations-spy.bee66426.js';
|
|
15
|
-
import 'tinyspy';
|
|
16
|
-
import 'util';
|
|
17
|
-
import './chunk-defaults.e5ec89dd.js';
|
|
18
|
-
import 'module';
|
|
19
|
-
|
|
20
|
-
function registerApiGlobally() {
|
|
21
|
-
globalApis.forEach((api) => {
|
|
22
|
-
globalThis[api] = index[api];
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export { registerApiGlobally };
|
package/dist/entry.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export { r as run } from './vendor-entry.225630f2.js';
|
|
2
|
-
import 'fs';
|
|
3
|
-
import './chunk-utils-global.550519fc.js';
|
|
4
|
-
import 'tty';
|
|
5
|
-
import 'local-pkg';
|
|
6
|
-
import 'path';
|
|
7
|
-
import './chunk-runtime-chain.46442ffe.js';
|
|
8
|
-
import 'chai';
|
|
9
|
-
import './vendor-_commonjsHelpers.addc3445.js';
|
|
10
|
-
import './chunk-runtime-rpc.50765c8b.js';
|
|
11
|
-
import './chunk-utils-source-map.19e9554e.js';
|
|
12
|
-
import './chunk-integrations-spy.bee66426.js';
|
|
13
|
-
import 'tinyspy';
|
|
14
|
-
import 'util';
|
|
15
|
-
import './chunk-defaults.e5ec89dd.js';
|
|
16
|
-
import 'module';
|
|
17
|
-
import 'url';
|
package/dist/node.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.61cc47ef.js';
|
|
2
|
-
export { V as VitestRunner } from './chunk-runtime-mocker.e9fdf718.js';
|
|
3
|
-
import './chunk-utils-global.550519fc.js';
|
|
4
|
-
import 'tty';
|
|
5
|
-
import 'local-pkg';
|
|
6
|
-
import 'path';
|
|
7
|
-
import 'vite';
|
|
8
|
-
import 'url';
|
|
9
|
-
import 'process';
|
|
10
|
-
import 'fs';
|
|
11
|
-
import './chunk-constants.b0ea3b74.js';
|
|
12
|
-
import 'readline';
|
|
13
|
-
import 'os';
|
|
14
|
-
import 'util';
|
|
15
|
-
import 'stream';
|
|
16
|
-
import 'events';
|
|
17
|
-
import './vendor-_commonjsHelpers.addc3445.js';
|
|
18
|
-
import './chunk-vite-node-utils.52235551.js';
|
|
19
|
-
import 'module';
|
|
20
|
-
import 'vm';
|
|
21
|
-
import 'assert';
|
|
22
|
-
import 'debug';
|
|
23
|
-
import './chunk-defaults.e5ec89dd.js';
|
|
24
|
-
import 'worker_threads';
|
|
25
|
-
import 'tinypool';
|
|
26
|
-
import 'perf_hooks';
|
|
27
|
-
import './chunk-utils-source-map.19e9554e.js';
|
|
28
|
-
import './vendor-index.22581bd4.js';
|
|
29
|
-
import 'child_process';
|
|
30
|
-
import 'buffer';
|
|
31
|
-
import './chunk-magic-string.41232190.js';
|
|
32
|
-
import './vendor-index.405e58ef.js';
|