screepers / screeps-server-mockup

Private server package for unit tests
MIT License
56 stars 13 forks source link

Using custom @screeps/common fork to avoid restarting common/storage process #35

Open brisberg opened 4 years ago

brisberg commented 4 years ago

30 Fixes

I am using a forked version of @screeps/common which avoids printing console errors on connection failure and avoid restarting the connection socket on connection end.

This allows the common/storage to actually end when the test cleans up.

https://github.com/screeps/common/compare/master...brisberg:no-storage-restart


I will work on preparing the change to @screeps/common as a clean change, but this will work for the moment.

Let me know what you think.