79264204

Date: 2024-12-09 08:01:03
Score: 1.5
Natty:
Report link

Try using setup file

In jest.config.ts

    setupFilesAfterEnv: [
      '<rootDir>/path/to/setupTests.ts',
    ],

In setupTests.ts

import '@testing-library/jest-dom';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: beloyar