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 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
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
rootsprop which worked.Any idea what i could be missing?
Best regards,
Lukas