vitest 1.0.3 → 1.1.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/LICENSE.md +7 -0
- package/dist/browser.d.ts +1 -1
- package/dist/cli.js +11 -3
- package/dist/config.cjs +1 -0
- package/dist/config.d.ts +25 -24
- package/dist/config.js +1 -0
- package/dist/coverage.d.ts +1 -1
- package/dist/environments.d.ts +1 -1
- package/dist/execute.d.ts +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/node.d.ts +2 -2
- package/dist/node.js +2 -2
- package/dist/{reporters-OH1c16Kq.d.ts → reporters-O4LBziQ_.d.ts} +34 -1
- package/dist/reporters.d.ts +1 -1
- package/dist/reporters.js +1 -1
- package/dist/runners.d.ts +1 -1
- package/dist/{suite-9ReVEt_h.d.ts → suite-dF4WyktM.d.ts} +1 -1
- package/dist/suite.d.ts +2 -2
- package/dist/vendor/{node.XBEcdByD.js → node.i3Lxw5di.js} +525 -320
- package/dist/vendor/{reporters.pr8MinP9.js → reporters.r0gTYN3L.js} +1 -1
- package/package.json +8 -8
|
@@ -2651,4 +2651,4 @@ const ReportersMap = {
|
|
|
2651
2651
|
"hanging-process": HangingProcessReporter
|
|
2652
2652
|
};
|
|
2653
2653
|
|
|
2654
|
-
export { BenchmarkReportsMap as B, DefaultReporter as D, F_POINTER as F, HangingProcessReporter as H, JsonReporter$1 as J, ReportersMap as R, TapReporter as T, VerboseReporter as V, ansiStyles as a,
|
|
2654
|
+
export { BenchmarkReportsMap as B, DefaultReporter as D, F_POINTER as F, HangingProcessReporter as H, JsonReporter$1 as J, ReportersMap as R, TapReporter as T, VerboseReporter as V, ansiStyles as a, sliceAnsi as b, cliTruncate as c, divider as d, BasicReporter as e, DotReporter as f, JUnitReporter as g, TapFlatReporter as h, stripAnsi as s };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "1.1.0",
|
|
5
5
|
"description": "Next generation testing framework powered by Vite",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"tinypool": "^0.8.1",
|
|
148
148
|
"vite": "^5.0.0",
|
|
149
149
|
"why-is-node-running": "^2.2.2",
|
|
150
|
-
"@vitest/expect": "1.0
|
|
151
|
-
"@vitest/
|
|
152
|
-
"@vitest/
|
|
153
|
-
"@vitest/
|
|
154
|
-
"
|
|
155
|
-
"
|
|
150
|
+
"@vitest/expect": "1.1.0",
|
|
151
|
+
"@vitest/snapshot": "1.1.0",
|
|
152
|
+
"@vitest/runner": "1.1.0",
|
|
153
|
+
"@vitest/spy": "1.1.0",
|
|
154
|
+
"@vitest/utils": "1.1.0",
|
|
155
|
+
"vite-node": "1.1.0"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
158
|
"@ampproject/remapping": "^2.2.1",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@types/istanbul-reports": "^3.0.4",
|
|
165
165
|
"@types/jsdom": "^21.1.6",
|
|
166
166
|
"@types/micromatch": "^4.0.6",
|
|
167
|
-
"@types/prompts": "^2.4.
|
|
167
|
+
"@types/prompts": "^2.4.9",
|
|
168
168
|
"@types/sinonjs__fake-timers": "^8.1.5",
|
|
169
169
|
"birpc": "0.2.14",
|
|
170
170
|
"chai-subset": "^1.6.0",
|