Skip to content

Commit

Permalink
Merge pull request #17 from adrian-goe/renovate/major-jest-monorepo
Browse files Browse the repository at this point in the history
Update jest monorepo to v28 (major)
  • Loading branch information
adrian-goe authored Jul 9, 2022
2 parents 6bc1c0e + 14c6160 commit 6503079
Show file tree
Hide file tree
Showing 4 changed files with 10,389 additions and 3,945 deletions.
4 changes: 3 additions & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const { getJestProjects } = require('@nrwl/jest');

export default { projects: [...getJestProjects(), '<rootDir>/e2e/aws-cdk-v2-e2e'] };
export default {
projects: [...getJestProjects(), '<rootDir>/e2e/aws-cdk-v2-e2e/test'],
};
Loading

0 comments on commit 6503079

Please sign in to comment.