vitest 0.0.112 → 0.0.113

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.
@@ -1,8 +1,6 @@
1
- import { A as API_PATH } from './constants-2b0310b7.js';
1
+ import { A as API_PATH } from './constants-900abe4a.js';
2
2
  import 'url';
3
- import './utils-cb6b1266.js';
4
- import 'tty';
5
- import 'local-pkg';
3
+ import './index-1488b423.js';
6
4
  import 'path';
7
5
 
8
6
  /*! (c) 2020 Andrea Giammarchi */
package/dist/node.d.ts CHANGED
@@ -17,6 +17,7 @@ declare abstract class BaseReporter implements Reporter {
17
17
  onUserConsoleLog(log: UserConsoleLog): void;
18
18
  onServerRestart(): void;
19
19
  reportSummary(files: File[]): Promise<void>;
20
+ private printTaskErrors;
20
21
  }
21
22
 
22
23
  interface ListRendererOptions {
package/dist/node.js CHANGED
@@ -1,7 +1,5 @@
1
- export { c as createVitest } from './index-8ab26d25.js';
2
- import './utils-cb6b1266.js';
3
- import 'tty';
4
- import 'local-pkg';
1
+ export { c as createVitest } from './index-c3f2f9fe.js';
2
+ import './index-1488b423.js';
5
3
  import 'path';
6
4
  import 'vite';
7
5
  import 'process';
@@ -10,10 +8,14 @@ import 'os';
10
8
  import 'util';
11
9
  import 'stream';
12
10
  import 'events';
13
- import './constants-2b0310b7.js';
11
+ import './index-041e627e.js';
12
+ import 'tty';
13
+ import 'local-pkg';
14
+ import './constants-900abe4a.js';
14
15
  import 'url';
16
+ import './magic-string.es-94000aea.js';
15
17
  import 'perf_hooks';
16
- import './diff-66d6bb83.js';
18
+ import './diff-9c43ab50.js';
17
19
  import './index-61c8686f.js';
18
20
  import './_commonjsHelpers-c9e3b764.js';
19
21
  import 'assert';
package/dist/utils.js CHANGED
@@ -1,4 +1,5 @@
1
- export { e as ensurePackageInstalled, g as getFullName, o as getNames, f as getSuites, v as getTasks, a as getTests, j as hasFailed, u as hasTests, p as interpretOnlyMode, m as mergeSlashes, n as noop, k as notNullish, q as partitionSuiteChildren, h as resolvePath, s as slash, t as toArray } from './utils-cb6b1266.js';
2
- import 'local-pkg';
1
+ export { e as ensurePackageInstalled, g as getFullName, f as getNames, a as getSuites, k as getTasks, b as getTests, h as hasFailed, j as hasTests, i as interpretOnlyMode, m as mergeSlashes, n as noop, d as notNullish, p as partitionSuiteChildren, s as slash, t as toArray } from './index-041e627e.js';
2
+ export { a as resolvePath } from './index-1488b423.js';
3
3
  import 'tty';
4
+ import 'local-pkg';
4
5
  import 'path';
@@ -1,5 +1,5 @@
1
1
  import { n as nanoid, a as spyOn, f as fn, s as spies } from './jest-mock-a57b745c.js';
2
- import { n as noop } from './utils-cb6b1266.js';
2
+ import { n as noop } from './index-041e627e.js';
3
3
  import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './_commonjsHelpers-c9e3b764.js';
4
4
 
5
5
  var __defProp = Object.defineProperty;
package/dist/worker.js CHANGED
@@ -1,6 +1,6 @@
1
- import { h as resolve, d as dirname$2, b as basename$2, m as mergeSlashes, s as slash } from './utils-cb6b1266.js';
1
+ import { a as resolve, d as dirname$2, b as basename$2 } from './index-1488b423.js';
2
2
  import { a as spyOn, s as spies, n as nanoid } from './jest-mock-a57b745c.js';
3
- import { c as distDir } from './constants-2b0310b7.js';
3
+ import { c as distDir } from './constants-900abe4a.js';
4
4
  import { builtinModules, createRequire } from 'module';
5
5
  import { pathToFileURL, fileURLToPath as fileURLToPath$2, URL as URL$1 } from 'url';
6
6
  import vm from 'vm';
@@ -8,11 +8,12 @@ import path from 'path';
8
8
  import fs, { promises, realpathSync, statSync, Stats, readdirSync, existsSync } from 'fs';
9
9
  import assert from 'assert';
10
10
  import { format as format$2, inspect } from 'util';
11
+ import { m as mergeSlashes, s as slash } from './index-041e627e.js';
11
12
  import { s as send } from './rpc-7de86f29.js';
12
- import 'tty';
13
- import 'local-pkg';
14
13
  import 'chai';
15
14
  import 'tinyspy';
15
+ import 'tty';
16
+ import 'local-pkg';
16
17
 
17
18
  const BUILTIN_MODULES$1 = new Set(builtinModules);
18
19
  function normalizeSlash$1(str) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.0.112",
3
+ "version": "0.0.113",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "keywords": [
6
6
  "vite",