module.exports = { testEnvironment: 'node', testMatch: ['/src/**/*.(test|spec).ts'], testPathIgnorePatterns: ['/lib/'], };