Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / inbox-desktop / jest.config.js
blobab15ce2b42e1c88715b18ec63dd7f82536d53f38
1 /** @type {import('ts-jest').JestConfigWithTsJest} */
2 module.exports = {
3 clearMocks: true,
4 preset: "ts-jest",
5 testEnvironment: "node",
6 setupFiles: ["<rootDir>/jest.setup.ts"],
7 };