ryonryon / trello-clone

0 stars 0 forks source link

[backend] Set up the proper environment for test in BE. #34

Closed kei95 closed 2 years ago

kei95 commented 2 years ago

Currently, our tests in BE are directly connecting a database, which makes the test run in the "real" environment with real data that we wouldn't want to touch. This ticket's focus is to set up either DB or a scheme to run tests independently from real data.