Files
OpenFrontIO/jest.config.ts
T
2025-02-12 08:38:56 -08:00

7 lines
212 B
TypeScript

module.exports = {
transform: { "^.+\\.ts?$": "ts-jest" },
testEnvironment: "node",
testRegex: "/tests/.*\\.(test|spec)?\\.(ts|tsx)$",
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
};