module.exports = {
preset: "ts-jest",
modulePathIgnorePatterns: ["<rootDir>/lib"],
testEnvironment: "node",
};