javascript
// jest.config.js
module.exports = {
  // Your existing Jest configuration
  // ...
  type: 'module', // Add this line to enable ES6 modules      
};