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 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-4cd25949.js';
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-7975be53.js';
9
- import { c, e as ensurePackageInstalled } from './index-2e2d319c.js';
10
- import { c as createVitest } from './create-bc179830.js';
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-f15310bf.js';
23
+ import './client-3df8c548.js';
24
24
  import 'module';
25
25
  import 'vm';
26
26
  import 'perf_hooks';
27
- import './diff-275cfd15.js';
28
- import './source-map-799c200a.js';
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.7";
1706
+ var version = "0.2.8";
1707
1707
 
1708
1708
  const keys = [
1709
1709
  ["a", "rerun all tests"],