Skip to content

Commit

Permalink
Merge pull request #25 from ViharReddy/patch-1
Browse files Browse the repository at this point in the history
Update ip1.md
  • Loading branch information
abhutta0 authored Sep 10, 2024
2 parents 587467c + 104afa9 commit 0a17ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assignments/ip1/ip1.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This implementation effort will be split across two deliverables. In this first
- 9/6/2024: Added clarification to files required to modify in Task 1
- 9/6/2024: Added clarification/instruction for `getTagByName` in Task 2
- 9/7/2024: Moved tutorial on MongoDB and Mongoose to tutorials
- 9/9/2024: With reference to Piazza post @38: Update handout to fix mocking request body used with 'supertest' in `newQuestion.spec.ts`. Involves changes at 4 places: in line 86, replace `send(mockQuestion)` with `send({ ...mockQuestion, title: '' })`; in line 95, replace `send(mockQuestion)` with `send({ ...mockQuestion, text: '' })`; in line 104, replace `send(mockQuestion)` with `send({ ...mockQuestion, tags: [] })`; in line 113, replace `send(mockQuestion)` with `send({ ...mockQuestion, asked_by: '' })`;

## Objectives of this assignment

Expand Down

0 comments on commit 0a17ee3

Please sign in to comment.