module.exports = { testMatch: [ '**/*.test.js', ], testPathIgnorePatterns: [ '/node_modules/', ], testEnvironment: 'node', };