Skip to content

Commit

Permalink
(chore) Bump core tooling (#32)
Browse files Browse the repository at this point in the history
* (chore) Bump core tooling

* Fix tests

* Fixup
  • Loading branch information
denniskigen authored Jun 11, 2024
1 parent a1968be commit 096f8fc
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 114 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
'@openmrs/esm-utils': '@openmrs/esm-framework/mock',
'\\.(s?css)$': 'identity-obj-proxy',
'^lodash-es/(.*)$': 'lodash/$1',
'lodash-es': 'lodash',
'^dexie$': require.resolve('dexie'),
},
setupFilesAfterEnv: ['<rootDir>/src/setup-tests.ts'],
Expand Down
Loading

0 comments on commit 096f8fc

Please sign in to comment.