diff --git a/jest.config.ts b/jest.config.ts index d0dbd1b8..0830aab5 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -1,4 +1,4 @@ -import { getJestProjects } from '@nx/jest'; +const { getJestProjects } = require('@nx/jest'); export default { projects: getJestProjects(),