// jest.config.js export default { testEnvironment: "node", transform: {}, // pas de transpilation Babel ici verbose: true, };