Meteor test-packages command

I’m really struggling with getting the meteor test-packages command working. I’m running into issues with getting the right dependencies installed for my package. The app seems to ignore any additionally required npm packages, wether or not they are installed in the local node_modules directory.

Are there some gotchas that I’m not aware of in terms of adding npm dependences to meteor packages? What’s the general strategy for approaching package tests?