Skip to content

Commit

Permalink
Merge pull request #2891 from radekkaluzik/RHCLOUD-29370
Browse files Browse the repository at this point in the history
Add mark-down to notifications drawer
  • Loading branch information
aneelac22 authored Jul 4, 2024
2 parents 8f4c9f5 + 73d3bf0 commit 7a19bed
Show file tree
Hide file tree
Showing 5 changed files with 1,392 additions and 12 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ module.exports = {
moduleNameMapper: {
'\\.(css|scss)$': 'identity-obj-proxy',
'\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '<rootDir>/src/__mocks__/fileMock.js',
'react-markdown': '<rootDir>/src/__mocks__/empty-mock.js',
'remark-gfm': '<rootDir>/src/__mocks__/empty-mock.js',
},
};
Loading

0 comments on commit 7a19bed

Please sign in to comment.