jest.config.cjs 97 B

12345
  1. module.exports = {
  2. testEnvironment: 'jsdom',
  3. roots: ['<rootDir>/tests'],
  4. transform: {},
  5. };