1module.exports = { 2 preset: "ts-jest", 3 testEnvironment: "node", 4 testMatch: ["**/?(*.)+(spec|test).ts?(x)"], 5}; 6 7