Skip to content

Transpilation Errors Using Modern Test #5706

Closed Answered by bmoellers
bmoellers asked this question in Q&A
Discussion options

You must be logged in to vote

So you can add options to jest in modern.config.js.

So:

    jest: {
      transformIgnorePatterns: ['node_modules/(?!(@modern-js|@abc)/)'],
    },

This works just fine. I missed that in the docs but found it.

So this all works for me so question answered.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bmoellers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant