You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug? bug
What is the current behavior?
Module name is not translated 😢
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can yarn install and yarn test.
git clone https://github.com/orangecms/jest-meteor-demo/
cd jest-meteor-demo
yarn install && yarn test
works so far. Then:
git checkout jest-20
yarn install && yarn test
breaks with the error message: Cannot find module 'meteor/mdg:validated-method' from 'fooMethods.spec.js'
What is the expected behavior?
Module name should be translated 🙃
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
I'm using Jest 19 and tried upgrading to 20 (see the repo for exact versions) - that broke it.
Node: 7.10.0
npm: v4.2.0
yarn: v0.24.5
OS: GNU/Linux
I have seen other issues here around the mapper, but couldn't solve it with the suggestions there, including #3565 which could be somehow related. I'm not sure though.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Module name is not translated 😢
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.works so far. Then:
breaks with the error message:
Cannot find module 'meteor/mdg:validated-method' from 'fooMethods.spec.js'
What is the expected behavior?
Module name should be translated 🙃
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
I'm using Jest 19 and tried upgrading to 20 (see the repo for exact versions) - that broke it.
Node: 7.10.0
npm: v4.2.0
yarn: v0.24.5
OS: GNU/Linux
I have seen other issues here around the mapper, but couldn't solve it with the suggestions there, including #3565 which could be somehow related. I'm not sure though.
The text was updated successfully, but these errors were encountered: