module.exports = { testEnvironment: 'node', roots: ['/server'], testMatch: ['**/__tests__/**/*.test.js'], verbose: true, };