Files
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

11 lines
262 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
testEnvironment: "jsdom",
preset: "ts-jest",
prettierPath: null,
testEnvironmentOptions: {
customExportConditions: ["development"],
},
testMatch: ["**/*.test.{ts,tsx}"],
};