This repository was archived by the owner on Sep 3, 2020. It is now read-only.

Description
Currently, we have a top-level tests directory, but I think it makes sense to have separate server-side and client-side tests. Why, you ask? Well, along the lines of my questions in #3 , I think we need to be able to treat front and back-end as discrete modules, as well as a single composed module.
So, I'm wondering if we should consider something like this:
/client/src
/client/tests
/server/src
/server/tests
/tests # functional and integration tests that rely on front and back-end