vitest 0.32.3 → 0.32.4
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.
|
@@ -4,7 +4,7 @@ import { g as getDefaultExportFromCjs } from './vendor-_commonjsHelpers.7d1333e8
|
|
|
4
4
|
import require$$2 from 'util';
|
|
5
5
|
import require$$0$1 from 'child_process';
|
|
6
6
|
import { p as pathKeyExports, s as signalExitExports, m as mergeStream$1, g as getStreamExports, c as crossSpawnExports } from './vendor-index.1f85e5f1.js';
|
|
7
|
-
import { o as onetimeExports } from './vendor-cli-api.
|
|
7
|
+
import { o as onetimeExports } from './vendor-cli-api.cb31e1db.js';
|
|
8
8
|
import require$$0 from 'os';
|
|
9
9
|
import 'node:buffer';
|
|
10
10
|
import 'node:path';
|
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { normalize } from 'pathe';
|
|
2
2
|
import cac from 'cac';
|
|
3
3
|
import c from 'picocolors';
|
|
4
|
-
import { v as version, s as startVitest, d as divider } from './vendor-cli-api.
|
|
4
|
+
import { v as version, s as startVitest, d as divider } from './vendor-cli-api.cb31e1db.js';
|
|
5
5
|
import './vendor-index.23ac4e13.js';
|
|
6
6
|
import { t as toArray } from './vendor-index.cc463d9e.js';
|
|
7
7
|
import './vendor-constants.538d9b49.js';
|
package/dist/node.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.
|
|
1
|
+
export { B as BaseSequencer, V as VitestPlugin, c as createVitest, r as registerConsoleShortcuts, s as startVitest } from './vendor-cli-api.cb31e1db.js';
|
|
2
2
|
export { V as VitestExecutor } from './vendor-execute.3576af13.js';
|
|
3
3
|
import 'pathe';
|
|
4
4
|
import './vendor-constants.538d9b49.js';
|
|
@@ -60,7 +60,7 @@ function _mergeNamespaces(n, m) {
|
|
|
60
60
|
return Object.freeze(n);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
var version$1 = "0.32.
|
|
63
|
+
var version$1 = "0.32.4";
|
|
64
64
|
|
|
65
65
|
const __dirname$1 = url.fileURLToPath(new URL(".", import.meta.url));
|
|
66
66
|
async function ensurePackageInstalled(dependency, root, errorMessage) {
|
|
@@ -81,7 +81,7 @@ async function ensurePackageInstalled(dependency, root, errorMessage) {
|
|
|
81
81
|
message: c.reset(`Do you want to install ${c.green(dependency)}?`)
|
|
82
82
|
});
|
|
83
83
|
if (install) {
|
|
84
|
-
await (await import('./chunk-install-pkg.
|
|
84
|
+
await (await import('./chunk-install-pkg.3fc886f2.js')).installPackage(dependency, { dev: true });
|
|
85
85
|
process.stderr.write(c.yellow(`
|
|
86
86
|
Package ${dependency} installed, re-run the command to start.
|
|
87
87
|
`));
|
|
@@ -11189,7 +11189,7 @@ createLogUpdate(process$1.stdout);
|
|
|
11189
11189
|
|
|
11190
11190
|
createLogUpdate(process$1.stderr);
|
|
11191
11191
|
|
|
11192
|
-
var version = "0.32.
|
|
11192
|
+
var version = "0.32.4";
|
|
11193
11193
|
|
|
11194
11194
|
const comma = ','.charCodeAt(0);
|
|
11195
11195
|
const chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.32.
|
|
4
|
+
"version": "0.32.4",
|
|
5
5
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"tinypool": "^0.5.0",
|
|
148
148
|
"vite": "^3.0.0 || ^4.0.0",
|
|
149
149
|
"why-is-node-running": "^2.2.2",
|
|
150
|
-
"@vitest/
|
|
151
|
-
"@vitest/
|
|
152
|
-
"
|
|
153
|
-
"@vitest/
|
|
154
|
-
"@vitest/spy": "0.32.
|
|
155
|
-
"
|
|
150
|
+
"@vitest/expect": "0.32.4",
|
|
151
|
+
"@vitest/runner": "0.32.4",
|
|
152
|
+
"@vitest/snapshot": "0.32.4",
|
|
153
|
+
"@vitest/utils": "0.32.4",
|
|
154
|
+
"@vitest/spy": "0.32.4",
|
|
155
|
+
"vite-node": "0.32.4"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@ampproject/remapping": "^2.2.1",
|