8 lines
182 B
JavaScript
Raw Normal View History

2024-03-27 17:14:09 +01:00
// eslint-disable-next-line no-undef
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
roots: ["<rootDir>/src"],
testMatch: ["**/*.test.ts", "**/*.spec.ts"],
};