Skip to content

Commit

Permalink
chore: include jest preset
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 15, 2024
1 parent 025ddd5 commit 43610a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ cdk.out


.nx/cache
.nx/workspace-data
.nx/workspace-data
!jest.preset.js
3 changes: 3 additions & 0 deletions jest.preset.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const nxPreset = require('@nx/jest/preset').default;

module.exports = { ...nxPreset };

0 comments on commit 43610a9

Please sign in to comment.