vitest 0.7.10 → 0.7.11

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/index.d.ts CHANGED
@@ -171,7 +171,7 @@ interface MatcherState {
171
171
  equals: (a: unknown, b: unknown, customTesters?: Array<Tester>, strictCheck?: boolean) => boolean;
172
172
  expand?: boolean;
173
173
  expectedAssertionsNumber?: number | null;
174
- expectedAssertionsNumberError?: Error | null;
174
+ expectedAssertionsNumberErrorGen?: (() => Error) | null;
175
175
  isExpectingAssertions?: boolean;
176
176
  isExpectingAssertionsError?: Error | null;
177
177
  isNot: boolean;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { q as afterAll, w as afterEach, p as beforeAll, u as beforeEach, l as describe, x as expect, z as getRunningMode, o as isFirstRun, A as isWatchMode, m as it, n as runOnce, k as suite, t as test, v as vi, y as vitest } from './chunk-runtime-chain.7032872a.js';
1
+ export { q as afterAll, w as afterEach, p as beforeAll, u as beforeEach, l as describe, x as expect, z as getRunningMode, o as isFirstRun, A as isWatchMode, m as it, n as runOnce, k as suite, t as test, v as vi, y as vitest } from './chunk-runtime-chain.45b5ea3a.js';
2
2
  export { fn, isMockFunction, spies, spyOn } from './jest-mock.js';
3
3
  export { assert, default as chai, should } from 'chai';
4
4
  import 'util';
@@ -7,9 +7,9 @@ import 'path';
7
7
  import 'tty';
8
8
  import 'local-pkg';
9
9
  import './chunk-utils-global.7bcfa03c.js';
10
+ import './chunk-utils-timers.997e0602.js';
10
11
  import './vendor-_commonjsHelpers.34b404ce.js';
11
12
  import './chunk-runtime-rpc.5f9e77bc.js';
12
13
  import 'fs';
13
- import './chunk-utils-source-map.fb8852df.js';
14
14
  import 'tinyspy';
15
15
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7OyJ9
package/dist/node.js CHANGED
@@ -1,4 +1,4 @@
1
- export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.9827cb2b.js';
1
+ export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.458f885a.js';
2
2
  export { V as VitestRunner } from './chunk-utils-path.bd53cafb.js';
3
3
  import 'buffer';
4
4
  import 'path';
@@ -23,7 +23,7 @@ import 'module';
23
23
  import 'vm';
24
24
  import './chunk-defaults.720fd914.js';
25
25
  import 'perf_hooks';
26
- import './chunk-utils-source-map.fb8852df.js';
26
+ import './chunk-utils-timers.997e0602.js';
27
27
  import 'worker_threads';
28
28
  import 'tinypool';
29
29
  import './chunk-magic-string.d5e0e473.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "keywords": [
6
6
  "vite",
@@ -96,7 +96,7 @@
96
96
  "@types/node": "^17.0.21",
97
97
  "@types/prompts": "^2.4.0",
98
98
  "@types/sinonjs__fake-timers": "^8.1.1",
99
- "@vitest/ui": "0.7.10",
99
+ "@vitest/ui": "0.7.11",
100
100
  "birpc": "^0.1.0",
101
101
  "c8": "^7.11.0",
102
102
  "cac": "^6.7.12",
@@ -123,7 +123,7 @@
123
123
  "source-map-js": "^1.0.2",
124
124
  "strip-ansi": "^7.0.1",
125
125
  "typescript": "^4.6.2",
126
- "vite-node": "0.7.10",
126
+ "vite-node": "0.7.11",
127
127
  "ws": "^8.5.0"
128
128
  },
129
129
  "engines": {