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 c3e0211 commit 57478e8Copy full SHA for 57478e8
jest.config.ts
@@ -1,5 +1,6 @@
1
import { getJestProjectsAsync } from '@nx/jest';
2
3
export default async () => ({
4
+ preset: 'ts-jest',
5
projects: await getJestProjectsAsync(),
6
});
0 commit comments