eduter

Results 4 comments of eduter

AFAIK, all test-related problems are caused by `screeps-server-mockup`'s dependencies. I see no need to remove unit testing. Having no unit test framework configured would increase the barrier, possibly making even...

Maybe the starter kit could have instructions of how to add it, instead of including it. Or maybe create a fork, including the server mockup, plus some realistic examples of...

> I don't mind implementing the specific methods. As it is I am already slated to write them for my own project because I feel it is necessary to write...

@kasperpeulen, if you make this mistake, it still type-checks: > ```ts > function isNotNull(it: T): it is NonNullable { > return it === null; // oops... > } > ```...