Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix(dashboard): Add remark plugin on markdown (apache#23502)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Mar 28, 2023
1 parent 0ee676e commit e0be302
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 e0be302

Please sign in to comment.