shopozor / services

Micro-services building up the Shopozor software.
6 stars 0 forks source link

dev-tests need rework as we now have jest tests in both the backend and the frontend #179

Closed zadigus closed 4 years ago

zadigus commented 4 years ago

Probably the best option here is to get rid of the distinction between backend, frontend, and shared. We should just flatten everything. Or, if we want to stick to that structure, which is fine, we just need to rework our makefiles so that they run all the tests when necessary.