jest.config.js 94 B

12345
  1. module.exports = {
  2. preset: 'ts-jest',
  3. testEnvironment: 'jsdom',
  4. roots: ['src']
  5. };