vitest 0.5.7 → 0.5.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/{chunk-api-setup.ab3a8330.js → chunk-api-setup.95613d8f.js} +2 -2
- package/dist/{chunk-defaults.8ca84d7b.js → chunk-defaults.99570caf.js} +2 -2
- package/dist/{chunk-vite-node-externalize.7a4060a6.js → chunk-vite-node-externalize.fcce9ced.js} +5 -5
- package/dist/{chunk-vite-node-utils.952694b8.js → chunk-vite-node-utils.f2f4fe4b.js} +2 -2
- package/dist/cli.js +3 -3
- package/dist/entry.js +1 -1
- package/dist/node.js +3 -3
- package/dist/worker.js +1 -1
- package/package.json +6 -6
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from 'events';
|
|
2
|
-
import { v as version, s as startVitest } from './chunk-vite-node-externalize.
|
|
2
|
+
import { v as version, s as startVitest } from './chunk-vite-node-externalize.fcce9ced.js';
|
|
3
3
|
import 'buffer';
|
|
4
4
|
import 'path';
|
|
5
5
|
import 'child_process';
|
|
@@ -18,10 +18,10 @@ import 'local-pkg';
|
|
|
18
18
|
import './vendor-index.76be1f4d.js';
|
|
19
19
|
import 'vite';
|
|
20
20
|
import './chunk-constants.a1a50d89.js';
|
|
21
|
-
import './chunk-vite-node-utils.
|
|
21
|
+
import './chunk-vite-node-utils.f2f4fe4b.js';
|
|
22
22
|
import 'module';
|
|
23
23
|
import 'vm';
|
|
24
|
-
import './chunk-defaults.
|
|
24
|
+
import './chunk-defaults.99570caf.js';
|
|
25
25
|
import './chunk-utils-source-map.be2b14e2.js';
|
|
26
26
|
import 'perf_hooks';
|
|
27
27
|
import 'worker_threads';
|
package/dist/entry.js
CHANGED
|
@@ -9,7 +9,7 @@ import { r as rpc } from './chunk-runtime-rpc.1832c38c.js';
|
|
|
9
9
|
import { i as isObject, k as getCallLastIndex, s as slash, p as getNames, c, t as toArray, q as partitionSuiteChildren, r as hasTests, h as hasFailed, g as getFullName } from './chunk-utils-base.39767f3e.js';
|
|
10
10
|
import { f as format_1, h as getSerializers, j as equals, k as iterableEquality, l as subsetEquality, p as plugins_1, b as getState, m as isA, J as JestChaiExpect, n as clearContext, o as defaultSuite, q as setHooks, r as getHooks, u as context, s as setState, x as getFn, e as vi } from './chunk-runtime-chain.d86ab074.js';
|
|
11
11
|
import { g as getOriginalPos, a as posToNumber, n as numberToPos, l as lineSplitRE, p as parseStacktrace } from './chunk-utils-source-map.be2b14e2.js';
|
|
12
|
-
import { u as unifiedDiff, t as takeCoverage } from './chunk-defaults.
|
|
12
|
+
import { u as unifiedDiff, t as takeCoverage } from './chunk-defaults.99570caf.js';
|
|
13
13
|
import { performance as performance$1 } from 'perf_hooks';
|
|
14
14
|
import { createHash } from 'crypto';
|
|
15
15
|
import { format } from 'util';
|
package/dist/node.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.
|
|
1
|
+
export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.fcce9ced.js';
|
|
2
2
|
import 'buffer';
|
|
3
3
|
import 'path';
|
|
4
4
|
import 'child_process';
|
|
@@ -18,10 +18,10 @@ import 'local-pkg';
|
|
|
18
18
|
import './vendor-index.76be1f4d.js';
|
|
19
19
|
import 'vite';
|
|
20
20
|
import './chunk-constants.a1a50d89.js';
|
|
21
|
-
import './chunk-vite-node-utils.
|
|
21
|
+
import './chunk-vite-node-utils.f2f4fe4b.js';
|
|
22
22
|
import 'module';
|
|
23
23
|
import 'vm';
|
|
24
|
-
import './chunk-defaults.
|
|
24
|
+
import './chunk-defaults.99570caf.js';
|
|
25
25
|
import './chunk-utils-source-map.be2b14e2.js';
|
|
26
26
|
import 'perf_hooks';
|
|
27
27
|
import 'worker_threads';
|
package/dist/worker.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as dirname, b as basename, a as resolve } from './vendor-index.76be1f4d.js';
|
|
2
|
-
import { i as isNodeBuiltin, t as toFilePath, V as ViteNodeRunner, c as createBirpc } from './chunk-vite-node-utils.
|
|
2
|
+
import { i as isNodeBuiltin, t as toFilePath, V as ViteNodeRunner, c as createBirpc } from './chunk-vite-node-utils.f2f4fe4b.js';
|
|
3
3
|
import { d as distDir } from './chunk-constants.a1a50d89.js';
|
|
4
4
|
import { existsSync, readdirSync } from 'fs';
|
|
5
5
|
import { m as isWindows, o as mergeSlashes } from './chunk-utils-base.39767f3e.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
"@types/jsdom": "^16.2.14",
|
|
71
71
|
"@types/micromatch": "^4.0.2",
|
|
72
72
|
"@types/natural-compare": "^1.4.1",
|
|
73
|
-
"@types/node": "^17.0.
|
|
73
|
+
"@types/node": "^17.0.21",
|
|
74
74
|
"@types/prompts": "^2.4.0",
|
|
75
75
|
"@types/sinonjs__fake-timers": "^8.1.1",
|
|
76
|
-
"@vitest/ui": "0.5.
|
|
76
|
+
"@vitest/ui": "0.5.8",
|
|
77
77
|
"birpc": "^0.1.0",
|
|
78
78
|
"c8": "^7.11.0",
|
|
79
79
|
"cac": "^6.7.12",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"fast-glob": "^3.2.11",
|
|
85
85
|
"find-up": "^6.3.0",
|
|
86
86
|
"flatted": "^3.2.5",
|
|
87
|
-
"happy-dom": "^2.
|
|
87
|
+
"happy-dom": "^2.41.0",
|
|
88
88
|
"jsdom": "^19.0.0",
|
|
89
89
|
"log-update": "^5.0.0",
|
|
90
90
|
"magic-string": "^0.25.7",
|
|
@@ -97,11 +97,11 @@
|
|
|
97
97
|
"pkg-types": "^0.3.2",
|
|
98
98
|
"pretty-format": "^27.5.1",
|
|
99
99
|
"prompts": "^2.4.2",
|
|
100
|
-
"rollup": "^2.
|
|
100
|
+
"rollup": "^2.68.0",
|
|
101
101
|
"source-map-js": "^1.0.2",
|
|
102
102
|
"strip-ansi": "^7.0.1",
|
|
103
103
|
"typescript": "^4.5.5",
|
|
104
|
-
"vite-node": "0.5.
|
|
104
|
+
"vite-node": "0.5.8",
|
|
105
105
|
"ws": "^8.5.0"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|