Skip to content

Commit 57478e8

Browse files
committed
chore: fix preset ts-jest
1 parent c3e0211 commit 57478e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { getJestProjectsAsync } from '@nx/jest';
22

33
export default async () => ({
4+
preset: 'ts-jest',
45
projects: await getJestProjectsAsync(),
56
});

0 commit comments

Comments
 (0)