vitest 0.0.142 → 0.1.14
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/cli.js +48 -47
- package/dist/{constants-124522a1.js → constants-de5287a6.js} +3 -3
- package/dist/create-3bb8fa37.js +8955 -0
- package/dist/diff-5156dce1.js +4749 -0
- package/dist/entry.js +11 -10
- package/dist/{global-23e8ece3.js → global-cee859fe.js} +7 -7
- package/dist/{index-1b2eb03b.js → index-1964368a.js} +2 -2
- package/dist/{index-ce49e384.js → index-26cb6e63.js} +3 -3
- package/dist/{index-163994a5.js → index-46e1d4ad.js} +2 -2
- package/dist/{index-6e709f57.js → index-4cd25949.js} +1 -1
- package/dist/{index-648e7ab2.js → index-7975be53.js} +1 -1
- package/dist/index-9f6e4d3e.js +267 -0
- package/dist/{index-8c66c440.js → index-dba7f3f1.js} +3 -3
- package/dist/index.d.ts +22 -4
- package/dist/index.js +4 -4
- package/dist/jest-mock-113430de.js +99 -0
- package/dist/node.d.ts +22 -3
- package/dist/node.js +10 -10
- package/dist/setup-77d6b620.js +4390 -0
- package/dist/{vi-5e16dd69.js → vi-6719beed.js} +3 -3
- package/dist/worker.js +5 -5
- package/package.json +6 -6
- package/dist/diff-f7af3876.js +0 -4749
- package/dist/index-1bb8e174.js +0 -267
- package/dist/index-fdf40e86.js +0 -8840
- package/dist/jest-mock-6c629944.js +0 -95
- package/dist/setup-594dd442.js +0 -4380
package/dist/worker.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { s as slash, n as normalizeId$1, t as toFilePath, b as isPrimitive, i as isNodeBuiltin, c as createBirpc } from './index-
|
|
3
|
-
import {
|
|
1
|
+
import { r as resolve, d as dirname, b as basename, j as join } from './index-1964368a.js';
|
|
2
|
+
import { s as slash, n as normalizeId$1, t as toFilePath, b as isPrimitive, i as isNodeBuiltin, c as createBirpc } from './index-46e1d4ad.js';
|
|
3
|
+
import { d as distDir } from './constants-de5287a6.js';
|
|
4
4
|
import { builtinModules, createRequire } from 'module';
|
|
5
5
|
import { pathToFileURL, fileURLToPath } from 'url';
|
|
6
6
|
import vm from 'vm';
|
|
7
7
|
import { existsSync, readdirSync } from 'fs';
|
|
8
|
-
import { a as spyOn, s as spies } from './jest-mock-
|
|
9
|
-
import { m as mergeSlashes } from './index-
|
|
8
|
+
import { a as spyOn, s as spies } from './jest-mock-113430de.js';
|
|
9
|
+
import { m as mergeSlashes } from './index-9f6e4d3e.js';
|
|
10
10
|
import { r as rpc } from './rpc-8c7cc374.js';
|
|
11
11
|
import 'path';
|
|
12
12
|
import 'assert';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"local-pkg": "^0.4.1",
|
|
54
54
|
"tinypool": "^0.1.1",
|
|
55
55
|
"tinyspy": "^0.2.8",
|
|
56
|
-
"vite": ">=2.7.
|
|
56
|
+
"vite": ">=2.7.12"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@antfu/install-pkg": "^0.1.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/natural-compare": "^1.4.1",
|
|
64
64
|
"@types/node": "^17.0.8",
|
|
65
65
|
"@types/prompts": "^2.4.0",
|
|
66
|
-
"@vitest/ui": "0.
|
|
66
|
+
"@vitest/ui": "0.1.14",
|
|
67
67
|
"birpc": "^0.1.0",
|
|
68
68
|
"c8": "^7.11.0",
|
|
69
69
|
"cac": "^6.7.12",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"fast-glob": "^3.2.10",
|
|
76
76
|
"find-up": "^6.2.0",
|
|
77
77
|
"flatted": "^3.2.4",
|
|
78
|
-
"happy-dom": "^2.25.
|
|
78
|
+
"happy-dom": "^2.25.2",
|
|
79
79
|
"jsdom": "^19.0.0",
|
|
80
80
|
"log-update": "^5.0.0",
|
|
81
81
|
"magic-string": "^0.25.7",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"source-map-js": "^1.0.1",
|
|
93
93
|
"strip-ansi": "^7.0.1",
|
|
94
94
|
"typescript": "^4.5.4",
|
|
95
|
-
"vite-node": "0.
|
|
96
|
-
"ws": "^8.4.
|
|
95
|
+
"vite-node": "0.1.14",
|
|
96
|
+
"ws": "^8.4.2"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@vitest/ui": "*",
|