vitest 0.3.1 → 0.3.2
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 +2 -2
- package/dist/{create-b3b05216.js → create-f33bfb34.js} +5 -2
- package/dist/entry.js +2 -2
- package/dist/node.js +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -7,7 +7,7 @@ import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709
|
|
|
7
7
|
import require$$0, { constants } from 'os';
|
|
8
8
|
import { s as signalExit } from './index-648e7ab2.js';
|
|
9
9
|
import { c, e as ensurePackageInstalled } from './index-f55e7b59.js';
|
|
10
|
-
import { c as createVitest } from './create-
|
|
10
|
+
import { c as createVitest } from './create-f33bfb34.js';
|
|
11
11
|
import require$$0$1 from 'readline';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
@@ -1702,7 +1702,7 @@ function execa(file, args, options) {
|
|
|
1702
1702
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1703
1703
|
}
|
|
1704
1704
|
|
|
1705
|
-
var version = "0.3.
|
|
1705
|
+
var version = "0.3.2";
|
|
1706
1706
|
|
|
1707
1707
|
const keys = [
|
|
1708
1708
|
["a", "rerun all tests"],
|