/** @type {import('jest').Config} */ module.exports = { preset: "ts-jest", testEnvironment: "node", rootDir: ".", testMatch: ["/test/**/*.spec.ts"], };