vitest 0.1.14 → 0.1.15
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-3bb8fa37.js → create-d56cb4d4.js} +2 -2
- package/dist/node.js +1 -1
- package/dist/setup-6a16da2d.js +4378 -0
- package/package.json +4 -4
- package/dist/setup-77d6b620.js +0 -4390
package/dist/cli.js
CHANGED
|
@@ -7,7 +7,7 @@ import { m as mergeStream, g as getStream, c as crossSpawn } from './index-4cd25
|
|
|
7
7
|
import require$$0, { constants } from 'os';
|
|
8
8
|
import { s as signalExit } from './index-7975be53.js';
|
|
9
9
|
import { c, e as ensurePackageInstalled } from './index-9f6e4d3e.js';
|
|
10
|
-
import { c as createVitest } from './create-
|
|
10
|
+
import { c as createVitest } from './create-d56cb4d4.js';
|
|
11
11
|
import require$$0$1 from 'readline';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
@@ -1701,7 +1701,7 @@ function execa(file, args, options) {
|
|
|
1701
1701
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
|
-
var version = "0.1.
|
|
1704
|
+
var version = "0.1.15";
|
|
1705
1705
|
|
|
1706
1706
|
const keys = [
|
|
1707
1707
|
["a", "rerun all tests"],
|