tests: added integration tests for the api endpoints

This commit is contained in:
anuraghazra
2020-07-12 20:08:01 +05:30
parent 3e9ce48777
commit 40e0937100
3 changed files with 246 additions and 1 deletions

View File

@@ -63,4 +63,4 @@ describe("Test fetchStats", () => {
"Could not fetch user"
);
});
});
});