oslabs-beta/Gate-Logger

Incorporate Jest testing for Express requests

Closed this issue · 0 comments

Test-Driven Development:

Our logger needs to be able to send data back to our webapp's backend when the requests are blocked and when they go through.

We also need to test the data so that it's 100% accurate to the mock query and whether or not the request is blocked or not.

We will create a mock database for the testing suite.