emotz / kladovka

Optimizer of inventory for games
http://kladovka.herokuapp.com/
MIT License
0 stars 0 forks source link

add tests commands to package.json for domain tests #97

Closed Eoksni closed 7 years ago

Eoksni commented 7 years ago

Add 'test' command to the root package.json, which would run (for now) domain tests. In order to run them, I think you need a dedicated image for domain and run those tests there. It doesn't make sense to run domain tests either in frontend or backend.

... Jesus, trying to adapt usual structural patterns for projects in node.js+docker is so much pain and overhead... I wonder if we are doing it right.