Skip to content

Commit

Permalink
chore(octra): update Nx to v20 and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Oct 14, 2024
1 parent e545ab4 commit 26300ae
Show file tree
Hide file tree
Showing 3 changed files with 2,362 additions and 2,634 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 26300ae

Please sign in to comment.