Skip to content

Commit

Permalink
fix: Fix the unittest error for uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjf8090 committed Sep 18, 2024
1 parent cbc3dcd commit b5c9972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/itmat-commons/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ export default {
"node_modules",
"\\.pnp\\.[^\\\/]+$",
"test[\\/]fixtures[\\/]_minio"
]
],
moduleNameMapper:{"^uuid$": "uuid"}
};

0 comments on commit b5c9972

Please sign in to comment.