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
I tried using it with some simple test, but sadly i can't get it to work...
I installed the module, copy pasted your jest.config.js and tried to run a simple test including {Meteor} from 'meteor/meteor' - sadly all i get is a Cannot find module 'meteor/meteor' from 'aboutMe.js'
It's definitely picking up the config as I tried to add a roots prop which worked.
Any idea what i could be missing?
Best regards,
Lukas
The text was updated successfully, but these errors were encountered:
Hi @sakulstra - thank you for your feedback and sorry for replying so late! I didn't see any notification or something. Anyway: Which version of Jest did you use? Maybe I should add a note regarding versions other than 20 (see https://github.com/orangecms/jest-meteor-stubs/blob/master/README.md#usage). I would need to investigate further.
Hello, thanks for this stub collection :)
I tried using it with some simple test, but sadly i can't get it to work...
I installed the module, copy pasted your jest.config.js and tried to run a simple test including
{Meteor} from 'meteor/meteor'
- sadly all i get is aCannot find module 'meteor/meteor' from 'aboutMe.js'
It's definitely picking up the config as I tried to add a
roots
prop which worked.Any idea what i could be missing?
Best regards,
Lukas
The text was updated successfully, but these errors were encountered: