Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update moduleNameMapper jest config to recognize .js files
the "cannot find module *.js from *.spec.ts" is a known Typescript + Node + Jest combination issue. Refer the following for more info: https://stackoverflow.com/questions/73735202/typescript-jest-imports-with-js-extension-cause-error-cannot-find-module kulshekhar/ts-jest#1057 (comment)
- Loading branch information