mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-02 07:59:56 -04:00
chore(deps): upgrade orama to 3.0.1
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
9cd6003619
commit
cd7434ea3b
4 changed files with 23 additions and 37 deletions
frontend
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue