Skip to content

Commit

Permalink
Test resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Nov 20, 2024
1 parent 2e71c93 commit 39b3fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"coverageReporters": ["cobertura", "html"],

// Use v8 coverage provider to avoid Babel
"coverageProvider": "v8"
"coverageProvider": "v8",
"resolver": "@rushstack/heft-jest-plugin/lib/exports/jest-node-modules-symlink-resolver"
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@
// "excludeGlobs": [
// "some/path/*.css"
// ]
}
},

"onlyResolveSymlinksInNodeModules": true
}

0 comments on commit 39b3fed

Please sign in to comment.