Skip to content

Commit

Permalink
#164796905-feature: Add report API endpoint and controller logic
Browse files Browse the repository at this point in the history
Implement controller logic for Report API endpoint to add
support for users to report articles

[#164796905]
  • Loading branch information
micah-akpan committed Apr 15, 2019
1 parent 75f405e commit 6d4a4c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/report.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Article Report API test', () => {
app = await startServer(6000);
agent = chai.request(app);
});

afterEach(async () => {
app = null;
agent = null;
Expand Down

0 comments on commit 6d4a4c5

Please sign in to comment.