Skip to content

Commit

Permalink
update transformIgnorePatterns to jest error
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Mar 27, 2023
1 parent 7cbb0b7 commit 74eb041
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 74eb041

Please sign in to comment.