Skip to content

Commit 4ab612b

Browse files
committed
test: add hanging-process reporter
1 parent 41a621d commit 4ab612b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5+
reporters: ["hanging-process"],
56
// globalSetup: "./test/_setup.ts",
67
},
78
});

0 commit comments

Comments
 (0)