Skip to content

Commit

Permalink
fix(dashboard): Add remark plugin on markdown (#23502)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark authored Mar 28, 2023
1 parent 8db5cb1 commit 439d687
Show file tree
Hide file tree
Showing 4 changed files with 572 additions and 1 deletion.
3 changes: 3 additions & 0 deletions superset-frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ module.exports = {
coverageReporters: ['lcov', 'json-summary', 'html', 'text'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'],
snapshotSerializers: ['@emotion/jest/enzyme-serializer'],
transformIgnorePatterns: [
'node_modules/(?!remark-gfm|markdown-table|micromark-*.|decode-named-character-reference|character-entities|mdast-util-*.|unist-util-*.|ccount|escape-string-regexp)',
],
globals: {
__DEV__: true,
caches: true,
Expand Down
Loading

0 comments on commit 439d687

Please sign in to comment.