As per PR #113 and PR #114, but I am splitting this into a new issue for discussion.
Testing frameworks and tools are useful for mature codebases, but cause installation issues and present a hurdle to first-time users, who already have to deal with the hassle of getting typescript running.
I propose that all testing tools are removed from the starter package, and intead added into a wiki page (or the docs) connected to this repo detailing how to build, run, and utilize tests.
Speficially, the following tools would be removed:
- chai
- mocha
- screeps-server-mockup
- sinon
- related @types packages
As per PR #113 and PR #114, but I am splitting this into a new issue for discussion.
Testing frameworks and tools are useful for mature codebases, but cause installation issues and present a hurdle to first-time users, who already have to deal with the hassle of getting typescript running.
I propose that all testing tools are removed from the starter package, and intead added into a wiki page (or the docs) connected to this repo detailing how to build, run, and utilize tests.
Speficially, the following tools would be removed: