Skip to content

Commit

Permalink
updated the jest config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Jul 4, 2024
1 parent 3babd71 commit 1a208ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/multi-parser/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const config: Config.InitialOptions = {
'src/**'
],
moduleNameMapper: {
'^@asyncapi/parser$': path.resolve(__dirname, '../../packages/parser')
'^@asyncapi/parser$': path.resolve(__dirname, '../parser')
}
};

Expand Down

0 comments on commit 1a208ea

Please sign in to comment.