We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86208ba commit fd32703Copy full SHA for fd32703
backend/question/src/tests/app.spec.ts
@@ -250,7 +250,6 @@ describe("Test Get All", () => {
250
test("POST /api/all - should retrieve all questions", async () => {
251
const res = await request.post("/api/all").send();
252
const sampleQuestion = res.body.questions[0];
253
- console.log(res.body);
254
expect(res.statusCode).toBe(200);
255
expect(Array.isArray(res.body.questions)).toBe(true);
256
expect(res.body.questions.length).toBe(1);
0 commit comments