2024-03-27 17:14:23 +01:00

8 lines
182 B
JavaScript

// eslint-disable-next-line no-undef
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
roots: ["<rootDir>/src"],
testMatch: ["**/*.test.ts", "**/*.spec.ts"],
};