apps/jest.config.js

7 lines
177 B
JavaScript
Raw Normal View History

2025-07-01 16:11:55 +00:00
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
export default {
preset: "ts-jest",
testEnvironment: "node",
testMatch: ["**/__tests__/**/*.test.ts"],
};