chore(deps): upgrade orama to 3.0.1

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
Erik Michelson 2024-11-11 17:27:12 +01:00
parent 9cd6003619
commit cd7434ea3b
4 changed files with 23 additions and 37 deletions

View file

@ -16,8 +16,8 @@ const customJestConfig = {
moduleNameMapper: {
// Handle module aliases (this will be automatically configured for you soon)
'^@/components/(.*)$': '<rootDir>/src/components/$1',
// fix uuid / jest problem https://github.com/uuidjs/uuid/pull/616
'^uuid$': require.resolve('uuid')
// fix ESM loading of orama breaking jest
'^@orama/orama$': require.resolve('@orama/orama')
},
roots: ['<rootDir>/src'],
testEnvironment: 'jsdom',