Zetawar / zetawar

Zetawar is a turn based tactical strategy game implemented in 100% ClojureScript.
MIT License
169 stars 14 forks source link

Use component system in tests #10

Closed djwhitt closed 7 years ago

djwhitt commented 8 years ago

Currently the tests just create a DB connection and use that directly. They should probably create a system instance and pull the connection out of that instead.

djwhitt commented 7 years ago

It's not really worth having a ticket for this (also, should be Integrant rather than Component now). The tests work fine as is. They'll get switched over at some point during future refactoring.