vitest 0.0.121 → 0.0.125
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/LICENSE.md +2 -2
- package/README.md +1 -3
- package/dist/cli.js +12 -6
- package/dist/{constants-22bbd600.js → constants-8b3a9b31.js} +1 -1
- package/dist/{diff-a295cb37.js → diff-3adb959a.js} +34 -20
- package/dist/entry.js +40 -2349
- package/dist/externalize-2f63779d.js +9258 -0
- package/dist/{global-f5814404.js → global-3b7dd162.js} +4 -4
- package/dist/{index-123a18df.js → index-37193236.js} +65 -26
- package/dist/{index-32bc2073.js → index-7f52a6d6.js} +1 -1
- package/dist/{index-090545ef.js → index-9fdde2e8.js} +25 -27
- package/dist/index.d.ts +99 -62
- package/dist/index.js +3 -3
- package/dist/node.d.ts +47 -9
- package/dist/node.js +5 -5
- package/dist/{setup-c9c7cb5b.js → setup-b0d2ca33.js} +50 -4
- package/dist/vi-56df0b20.js +3443 -0
- package/dist/worker.js +25 -9242
- package/package.json +13 -8
- package/dist/utils.js +0 -5
- package/dist/vi-db2bc738.js +0 -1122
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.125",
|
|
4
4
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"test",
|
|
9
9
|
"jest"
|
|
10
10
|
],
|
|
11
|
-
"homepage": "https://github.com/
|
|
11
|
+
"homepage": "https://github.com/vitest-dev/vitest#readme",
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/vitest-dev/vitest/issues"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "git+https://github.com/
|
|
17
|
+
"url": "git+https://github.com/vitest-dev/vitest.git"
|
|
18
18
|
},
|
|
19
19
|
"funding": "https://github.com/sponsors/antfu",
|
|
20
20
|
"license": "MIT",
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"chai": "^4.3.4",
|
|
53
53
|
"local-pkg": "^0.4.0",
|
|
54
54
|
"tinypool": "^0.0.6",
|
|
55
|
-
"tinyspy": "^0.2.6"
|
|
55
|
+
"tinyspy": "^0.2.6",
|
|
56
|
+
"vite": ">=2.7.10"
|
|
56
57
|
},
|
|
57
58
|
"devDependencies": {
|
|
58
59
|
"@antfu/install-pkg": "^0.1.0",
|
|
@@ -89,13 +90,14 @@
|
|
|
89
90
|
"source-map-js": "^1.0.1",
|
|
90
91
|
"strip-ansi": "^7.0.1",
|
|
91
92
|
"typescript": "^4.5.4",
|
|
92
|
-
"ws": "^8.4.0"
|
|
93
|
+
"ws": "^8.4.0",
|
|
94
|
+
"@vitest/ui": "0.0.125"
|
|
93
95
|
},
|
|
94
96
|
"peerDependencies": {
|
|
95
97
|
"c8": "*",
|
|
96
98
|
"happy-dom": "*",
|
|
97
99
|
"jsdom": "*",
|
|
98
|
-
"
|
|
100
|
+
"@vitest/ui": "*"
|
|
99
101
|
},
|
|
100
102
|
"peerDependenciesMeta": {
|
|
101
103
|
"c8": {
|
|
@@ -106,6 +108,9 @@
|
|
|
106
108
|
},
|
|
107
109
|
"jsdom": {
|
|
108
110
|
"optional": true
|
|
111
|
+
},
|
|
112
|
+
"@vitest/ui": {
|
|
113
|
+
"optional": true
|
|
109
114
|
}
|
|
110
115
|
},
|
|
111
116
|
"engines": {
|
|
@@ -115,5 +120,5 @@
|
|
|
115
120
|
"build": "rimraf dist && rollup -c",
|
|
116
121
|
"dev": "rollup -c --watch src"
|
|
117
122
|
},
|
|
118
|
-
"readme": "# vitest\n\n[](https://www.npmjs.com/package/vitest)\n\nA blazing fast unit test framework powered by Vite.\n\n
|
|
123
|
+
"readme": "# vitest\n\n[](https://www.npmjs.com/package/vitest)\n\nA blazing fast unit test framework powered by Vite.\n\n[GitHub](https://github.com/vitest-dev/vitest) | [Documentation](https://vitest.dev/)\n"
|
|
119
124
|
}
|
package/dist/utils.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { l as deepMerge, e as ensurePackageInstalled, g as getFullName, v as getNames, f as getSuites, z as getTasks, j as getTests, h as hasFailed, x as hasTests, i as isObject, y as isWindows, p as mergeSlashes, n as noop, o as notNullish, w as partitionSuiteChildren, k as resolvePath, s as slash, t as toArray, m as toFilePath } from './index-090545ef.js';
|
|
2
|
-
import 'url';
|
|
3
|
-
import 'tty';
|
|
4
|
-
import 'local-pkg';
|
|
5
|
-
import 'path';
|