-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cannot find module 'linq-to-typescript'" with @testing-library/react #31
Comments
Cannot find module 'linq-to-typescript' from 'src/indirectTime/redux/slices/clientSelectionSlice/service.ts'
|
I'm running into the same issue with Jest.
|
@merklegroot My unit tests use jest, take a look at jest.config.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
When i test a component with @testing-library/react, i get an error "Cannot find module 'linq-to-typescript'..."
Could you help me please ?
"linq-to-typescript": "^11.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
The text was updated successfully, but these errors were encountered: