eduter / screeps-jest

Helper functions and environment for unit testing your Screeps code with Jest.
14 stars 4 forks source link

Move lodash from devDependencies to dependencies #30

Closed EsoterikStare closed 5 months ago

EsoterikStare commented 6 months ago

This was causing a missing dependency issue since it's used in setupGlobals, but not included in the dependencies.

EsoterikStare commented 6 months ago

While I've got you, I wonder if you'd be willing to enable discussions on this repo? I have some questions about some issues I'm having using this for mocking globals in my tests and I don't want to just make an issue, since I'm not sure if I'm just missing something. Or maybe there's a better place for community discussion like that?