Skip to content

Commit c181a39

Browse files
fix: update dependencies to fix vulnerabilities
1 parent 2ab768e commit c181a39

File tree

3 files changed

+2671
-2439
lines changed

3 files changed

+2671
-2439
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import type { Config } from "@jest/types";
33
const config: Config.InitialOptions = {
44
preset: "ts-jest",
55
testEnvironment: "node",
6-
forceExit: true,
76
};
87

98
export default config;

0 commit comments

Comments
 (0)