We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a09457 commit 982a8ffCopy full SHA for 982a8ff
1 file changed
jest_config/jest.conf.js
@@ -19,6 +19,7 @@ module.exports = {
19
'shared/urls': path.resolve(__dirname, './globalMocks/urls.js'),
20
'^dexie$': require.resolve('dexie'),
21
'^mathlive$': 'identity-obj-proxy',
22
+ '^@tiptap/extension-code-block-lowlight$': '<rootDir>/node_modules/@tiptap/extension-code-block-lowlight/dist/index.js',
23
},
24
testEnvironment: 'jsdom',
25
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
0 commit comments