Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
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.
 
 
 
 

15 lines
307 B

  1. module.exports = {
  2. setupFilesAfterEnv: [
  3. 'jest-enzyme',
  4. 'jest-extended',
  5. './jest.setup.ts',
  6. ],
  7. collectCoverageFrom: [
  8. './packages/**/*.{ts,tsx}',
  9. '!./packages/**/*.stories.{ts,tsx}'
  10. ],
  11. preset: 'ts-jest',
  12. testTimeout: 30000,
  13. modulePathIgnorePatterns: ['<rootDir>/.docz'],
  14. }