export default { preset: 'ts-jest', testEnvironment: 'node', testPathIgnorePatterns: ["/build/", "/node_modules/"], };