vitest 0.15.0 → 0.15.1

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.
@@ -26,7 +26,7 @@ import childProcess from 'child_process';
26
26
  import MagicString from './chunk-magic-string.efe26975.mjs';
27
27
  import { p as prompts } from './vendor-index.98e769c1.mjs';
28
28
 
29
- var version = "0.15.0";
29
+ var version = "0.15.1";
30
30
 
31
31
  class EndError extends Error {
32
32
  constructor(value) {
@@ -7158,7 +7158,7 @@ const F_DOWN = "\u2193";
7158
7158
  const F_DOWN_RIGHT = "\u21B3";
7159
7159
  const F_POINTER = "\u276F";
7160
7160
  const F_DOT = "\xB7";
7161
- const F_CHECK = "\u221A";
7161
+ const F_CHECK = "\u2713";
7162
7162
  const F_CROSS = "\xD7";
7163
7163
  const F_LONG_DASH = "\u23AF";
7164
7164
 
@@ -10818,7 +10818,7 @@ function CSSEnablerPlugin(ctx) {
10818
10818
  if (!isCSS(id))
10819
10819
  return;
10820
10820
  if (!shouldProcessCSS(id))
10821
- return "";
10821
+ return { code: "" };
10822
10822
  }
10823
10823
  };
10824
10824
  }
package/dist/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from 'events';
2
2
  import { p as picocolors } from './chunk-utils-global.79a8b1cc.mjs';
3
- import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.db158bfb.mjs';
3
+ import { v as version, s as startVitest, d as divider } from './chunk-vite-node-externalize.105bc106.mjs';
4
4
  import 'tty';
5
5
  import 'local-pkg';
6
6
  import 'path';
package/dist/node.mjs CHANGED
@@ -1,4 +1,4 @@
1
- export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.db158bfb.mjs';
1
+ export { V as VitestPlugin, c as createVitest, s as startVitest } from './chunk-vite-node-externalize.105bc106.mjs';
2
2
  export { V as VitestRunner } from './chunk-runtime-mocker.2f3cbfe5.mjs';
3
3
  import './chunk-utils-global.79a8b1cc.mjs';
4
4
  import 'tty';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "A blazing fast unit test framework powered by Vite",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -96,7 +96,7 @@
96
96
  "@types/natural-compare": "^1.4.1",
97
97
  "@types/prompts": "^2.4.0",
98
98
  "@types/sinonjs__fake-timers": "^8.1.2",
99
- "@vitest/ui": "0.15.0",
99
+ "@vitest/ui": "0.15.1",
100
100
  "birpc": "^0.2.3",
101
101
  "c8": "^7.11.3",
102
102
  "cac": "^6.7.12",
@@ -124,7 +124,7 @@
124
124
  "source-map-js": "^1.0.2",
125
125
  "strip-ansi": "^7.0.1",
126
126
  "typescript": "^4.7.3",
127
- "vite-node": "0.15.0",
127
+ "vite-node": "0.15.1",
128
128
  "ws": "^8.8.0"
129
129
  },
130
130
  "scripts": {