You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jest.config.js 210B

12345678910
  1. export default {
  2. rootDir: 'web_src',
  3. setupFilesAfterEnv: ['jest-extended'],
  4. testEnvironment: 'jsdom',
  5. testMatch: ['<rootDir>/**/*.test.js'],
  6. testTimeout: 20000,
  7. transform: {},
  8. verbose: false,
  9. };