Skip to content

Commit

Permalink
chore: update nx to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
tsang-bot[bot] authored Oct 14, 2024
1 parent 0744cf0 commit 9536534
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 712 deletions.
8 changes: 4 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getJestProjects } from '@nx/jest'
import { getJestProjectsAsync } from '@nx/jest'

export default {
projects: getJestProjects(),
}
export default async () => ({
projects: await getJestProjectsAsync(),
});
Loading

0 comments on commit 9536534

Please sign in to comment.