Daniel Poindexter
Results
1
issues of
Daniel Poindexter
I haven't found a way to resolve paths with the mocha runner. Using this config: ```js { "jest": { "runner": "jest-runner-mocha", "moduleNameMapper": { "^src/(.*)": "/src/$1" }, "testMatch": [ "/tests/**/*.test.js" ]...