We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fca45 commit 6c4ce0eCopy full SHA for 6c4ce0e
jest.config.ts
@@ -2,5 +2,9 @@ import { getJestProjectsAsync } from '@nx/jest';
2
3
export default async () => ({
4
preset: 'ts-jest',
5
+ moduleFileExtensions: ['ts', 'js', 'html'],
6
+ transform: {
7
+ '^.+\\.(ts|html)$': 'ts-jest',
8
+ },
9
projects: await getJestProjectsAsync(),
10
});
0 commit comments