Skip to content

Commit

Permalink
fix(deps): adjust jest.config
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jan 29, 2024
1 parent c1601ae commit e99bda5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ const { resolve } = require('node:path')
const ignorePatterns = [
'@mdi/svg',
'bail',
'ccount', // ESM dependency of remark-gfm
'comma-separated-tokens',
'decode-named-character-reference',
'devlop',
'escape-string-regexp',
'hast-.*',
'is-.*',
'longest-streak', // ESM dependency of remark-gfm
'markdown-table', // ESM dependency of remark-gfm
'mdast-.*',
'micromark',
'property-information',
Expand All @@ -46,6 +49,7 @@ const ignorePatterns = [
'vfile',
'vue-material-design-icons',
'web-namespaces',
'zwitch', // ESM dependency of remark-gfm
]

module.exports = {
Expand Down

0 comments on commit e99bda5

Please sign in to comment.