vitest 0.2.7 → 0.2.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/cli.js +8 -8
- package/dist/client-3df8c548.js +9442 -0
- package/dist/{create-bc179830.js → create-dc6b5f6f.js} +10 -9
- package/dist/{diff-275cfd15.js → diff-192d8dc6.js} +3 -3
- package/dist/entry.js +5 -5
- package/dist/{globals-1e6cf014.js → globals-6840bf9a.js} +5 -5
- package/dist/{index-08faa6e3.js → index-21024383.js} +2 -2
- package/dist/{index-7975be53.js → index-648e7ab2.js} +1 -1
- package/dist/{index-4cd25949.js → index-6e709f57.js} +1 -1
- package/dist/{index-26cb6e63.js → index-ce49e384.js} +3 -3
- package/dist/{index-2e2d319c.js → index-fcd4a465.js} +2 -2
- package/dist/index.js +4 -4
- package/dist/node.js +6 -6
- package/dist/{setup-cb313f20.js → setup-9bf38737.js} +47 -5
- package/dist/{source-map-799c200a.js → source-map-a9204b39.js} +2 -2
- package/dist/{vi-ec8761e0.js → vi-0e17a706.js} +9 -3
- package/dist/worker.js +2 -2
- package/package.json +9 -9
- package/dist/client-f15310bf.js +0 -9442
package/dist/cli.js
CHANGED
|
@@ -3,11 +3,11 @@ import { Buffer } from 'buffer';
|
|
|
3
3
|
import path from 'path';
|
|
4
4
|
import childProcess from 'child_process';
|
|
5
5
|
import process$1 from 'process';
|
|
6
|
-
import { m as mergeStream, g as getStream, c as crossSpawn } from './index-
|
|
6
|
+
import { m as mergeStream, g as getStream, c as crossSpawn } from './index-6e709f57.js';
|
|
7
7
|
import require$$0, { constants } from 'os';
|
|
8
|
-
import { s as signalExit } from './index-
|
|
9
|
-
import { c, e as ensurePackageInstalled } from './index-
|
|
10
|
-
import { c as createVitest } from './create-
|
|
8
|
+
import { s as signalExit } from './index-648e7ab2.js';
|
|
9
|
+
import { c, e as ensurePackageInstalled } from './index-fcd4a465.js';
|
|
10
|
+
import { c as createVitest } from './create-dc6b5f6f.js';
|
|
11
11
|
import require$$0$1 from 'readline';
|
|
12
12
|
import './_commonjsHelpers-c9e3b764.js';
|
|
13
13
|
import 'fs';
|
|
@@ -20,12 +20,12 @@ import './index-1964368a.js';
|
|
|
20
20
|
import 'vite';
|
|
21
21
|
import './constants-de5287a6.js';
|
|
22
22
|
import 'url';
|
|
23
|
-
import './client-
|
|
23
|
+
import './client-3df8c548.js';
|
|
24
24
|
import 'module';
|
|
25
25
|
import 'vm';
|
|
26
26
|
import 'perf_hooks';
|
|
27
|
-
import './diff-
|
|
28
|
-
import './source-map-
|
|
27
|
+
import './diff-192d8dc6.js';
|
|
28
|
+
import './source-map-a9204b39.js';
|
|
29
29
|
import 'worker_threads';
|
|
30
30
|
import 'tinypool';
|
|
31
31
|
import './magic-string.es-94000aea.js';
|
|
@@ -1703,7 +1703,7 @@ function execa(file, args, options) {
|
|
|
1703
1703
|
return mergePromise(spawned, handlePromiseOnce);
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
|
-
var version = "0.2.
|
|
1706
|
+
var version = "0.2.8";
|
|
1707
1707
|
|
|
1708
1708
|
const keys = [
|
|
1709
1709
|
["a", "rerun all tests"],
|