My simplified jest.config.js is: module.exports = { preset: "ts-jest", collectCoverage: true, collectCoverageFrom: [ "src/**/*.ts", "!**/node_mod
Attempting to convert this project over to jest using these instructions. I have everything working except for the files that use the paths configuration: "pa