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 191B

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