Skip to content

Commit

Permalink
chore(nest): fix e2e test on generate a new nest library
Browse files Browse the repository at this point in the history
  • Loading branch information
Chau Tran authored and Chau Tran committed Mar 2, 2022
1 parent 70ab825 commit 450be59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/node/src/node.test.ts
Expand Up @@ -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}',
Expand Down

0 comments on commit 450be59

Please sign in to comment.