Improve desktop coverage (#33462)
* Improve desktop coverage * Silence vitest warning * Improve coverage * Whoops
This commit is contained in:
@@ -6,7 +6,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
import { defineConfig, type ViteUserConfig } from "vitest/config";
|
||||
import { type Reporter } from "vitest/reporters";
|
||||
import { type Reporter } from "vitest/node";
|
||||
import { env } from "node:process";
|
||||
|
||||
const reporters: NonNullable<ViteUserConfig["test"]>["reporters"] = [["default"]];
|
||||
|
||||
Reference in New Issue
Block a user