vitest 0.7.7 → 0.7.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-defaults.720fd914.js +1 -1
- package/dist/{chunk-vite-node-externalize.82d4b8d8.js → chunk-vite-node-externalize.dfd396ed.js} +8 -5
- package/dist/cli.js +3 -3
- package/dist/config.d.ts +3 -905
- package/dist/index.d.ts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -942,7 +942,7 @@ interface InlineConfig {
|
|
|
942
942
|
*/
|
|
943
943
|
outputTruncateLength?: number;
|
|
944
944
|
/**
|
|
945
|
-
* Write test results to a file when the --reporter=json option is also specified
|
|
945
|
+
* Write test results to a file when the --reporter=json` or `--reporter=junit` option is also specified.
|
|
946
946
|
*/
|
|
947
947
|
outputFile?: string;
|
|
948
948
|
/**
|
package/dist/node.d.ts
CHANGED
|
@@ -692,7 +692,7 @@ interface InlineConfig {
|
|
|
692
692
|
*/
|
|
693
693
|
outputTruncateLength?: number;
|
|
694
694
|
/**
|
|
695
|
-
* Write test results to a file when the --reporter=json option is also specified
|
|
695
|
+
* Write test results to a file when the --reporter=json` or `--reporter=junit` option is also specified.
|
|
696
696
|
*/
|
|
697
697
|
outputFile?: string;
|
|
698
698
|
/**
|
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.dfd396ed.js';
|
|
2
2
|
export { V as VitestRunner } from './chunk-utils-path.e19c1fff.js';
|
|
3
3
|
import 'buffer';
|
|
4
4
|
import 'path';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vitest",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "A blazing fast unit test framework powered by Vite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vite",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@types/node": "^17.0.21",
|
|
97
97
|
"@types/prompts": "^2.4.0",
|
|
98
98
|
"@types/sinonjs__fake-timers": "^8.1.1",
|
|
99
|
-
"@vitest/ui": "0.7.
|
|
99
|
+
"@vitest/ui": "0.7.8",
|
|
100
100
|
"birpc": "^0.1.0",
|
|
101
101
|
"c8": "^7.11.0",
|
|
102
102
|
"cac": "^6.7.12",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"source-map-js": "^1.0.2",
|
|
124
124
|
"strip-ansi": "^7.0.1",
|
|
125
125
|
"typescript": "^4.6.2",
|
|
126
|
-
"vite-node": "0.7.
|
|
126
|
+
"vite-node": "0.7.8",
|
|
127
127
|
"ws": "^8.5.0"
|
|
128
128
|
},
|
|
129
129
|
"engines": {
|
|
130
|
-
"node": ">=v14.19.
|
|
130
|
+
"node": ">=v14.19.0"
|
|
131
131
|
},
|
|
132
132
|
"scripts": {
|
|
133
133
|
"build": "rimraf dist && rollup -c",
|