screepers / screeps-typescript-starter

Starter kit for TypeScript-based Screeps AI codes.
https://screepers.gitbook.io/screeps-typescript-starter/
The Unlicense
441 stars 318 forks source link

Remove testing framework from project #52

Closed resir014 closed 7 years ago

resir014 commented 7 years ago

See #44.

Since the Webpack update broke the testing functionality on the starter pack, we might have to rewrite the entire testing framework. I'm looking into using magical-mock. If it works well, we could use it.

resir014 commented 7 years ago

The common consensus among the #typescript people has been to remove the testing codes altogether. Updating this issue to reflect that.