Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Nov 19, 2024
1 parent 0b20951 commit e740b3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/__tests__/divelog/createDiveLog.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ app.use(express.json());
divelog(router);
app.use(router);


describe('POST /divelog', () => {
let testUserId: mongoose.Types.ObjectId;

Expand Down Expand Up @@ -120,7 +119,7 @@ describe('POST /divelog', () => {
expect(response.body.description).toBe(payload.description);
});
*/

/*
it.each(invalidCasesDiveLog)(
'400 for invalid %s',
Expand Down

0 comments on commit e740b3c

Please sign in to comment.