Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Sep 4, 2022
1 parent b89c098 commit 9019b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/paths-to-module-name-mapper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('pathsToModuleNameMapper', () => {
expect(pathsToModuleNameMapper(tsconfigMap, { removeJsExtension: true })).toEqual({
/**
* Why not using snapshot here?
* Because the snapshot does not guarantee property order, which is important for jest.
* Because the snapshot does not keep the property order, which is important for jest.
* A pattern ending with `\\.js` should appear before another pattern without the extension does.
*/
'^log$': 'src/utils/log',
Expand Down

0 comments on commit 9019b05

Please sign in to comment.