jest.config.unit.ts 86 B

1234
  1. export default {
  2. testMatch: ['**/tests/unit/**/*.test.ts'],
  3. preset: 'ts-jest',
  4. };