diff --git a/e2e/node/src/node.test.ts b/e2e/node/src/node.test.ts index b20929a7e448f..3a7b36c86b545 100644 --- a/e2e/node/src/node.test.ts +++ b/e2e/node/src/node.test.ts @@ -369,7 +369,7 @@ describe('nest libraries', function () { }, testEnvironment: 'node', transform: { - '^.+\\.[tj]s?$': 'ts-jest', + '^.+\\.[tj]s$': 'ts-jest', }, moduleFileExtensions: ['ts', 'js', 'html'], coverageDirectory: '../../coverage/libs/${nestlib}',