Skip to content

Commit

Permalink
Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Oct 28, 2023
1 parent 72d39ba commit 89b3612
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
],
},
moduleNameMapper: {
"^@stanfordbdhg/example-package$": "<rootDir>/packages/example-package/dist"
}
'^@stanfordbdhg/example-package$':
'<rootDir>/packages/example-package/dist',
},
}

0 comments on commit 89b3612

Please sign in to comment.