nestjs-starter icon indicating copy to clipboard operation
nestjs-starter copied to clipboard

huge performance drop when js files are included in the transform property with ts-jest

Open LoganTann opened this issue 7 months ago • 0 comments

Please see this issue and reproduction : https://github.com/kulshekhar/ts-jest/issues/4294

In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file :

  • the line '^.+\\.(t|j)s$': 'ts-jest',
  • should be replaced by '^.+\\.ts$': 'ts-jest',

LoganTann avatar Jun 30 '24 19:06 LoganTann