We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hanging-process
1 parent 41a621d commit 4ab612bCopy full SHA for 4ab612b
vitest.config.ts
@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
+ reporters: ["hanging-process"],
6
// globalSetup: "./test/_setup.ts",
7
},
8
});
0 commit comments