openedx / openedx/frontend-build
`ts-jest` in the `transform` option not found
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 41
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 5
Description
When making https://github.com/openedx/frontend-app-authn/pull/1497 I ran into the following error
● Validation Error:
Module ts-jest in the transform option was not found.
<rootDir> is: /home/bsmith/code/frontend-app-authn
Configuration Documentation:
https://jestjs.io/docs/configuration
I was able to work around it by running npm install ts-jest --save-dev directly in the MFE, but it seems like we shouldn't need to do that.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Jest validation error in the frontend-app-authn micro-frontend, using the transform configuration and the reported ts-jest workaround as the entry points. Trace how frontend-build supplies or expects this dependency, then verify that the affected MFE no longer needs a direct npm install and that Jest validation passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100