Skip to content

Commit

Permalink
test(jest): Ignore dependencies to run jest
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Mar 20, 2024
1 parent 664582e commit 3d80c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"<rootDir>/node_modules/jest-serializer-vue"
],
"transformIgnorePatterns": [
"/node_modules/(?!(splitpanes)).+\\.js$"
"/node_modules/(?!(bail|comma-separated-tokens|decode-named-character-reference|escape-string-regexp|hast-.*|is-*|mdast-.*|mdast-util-find-and-replace|micromark|property-information|rehype-.*|remark-.*|space-separated-tokens|splitpanes|trim-lines|trough|unified|unist-*|vfile|web-namespaces)).+\\.js$"
],
"setupFilesAfterEnv": [
"./src/tests/jest.setup.js"
Expand Down

0 comments on commit 3d80c76

Please sign in to comment.