Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.mock.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ describe('given incorrect or missing username and password', () => {
// test incorrect username or password according to requirements
// test missing username or password
// ...
})
})
11 changes: 0 additions & 11 deletions app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ describe('given correct username and password', () => {
})
expect(response.body.userId).toBeDefined();
})

// test response content type?
// test response message
// test response user id value
// ...
})

describe('given incorrect or missing username and password', () => {
Expand All @@ -40,10 +35,4 @@ describe('given incorrect or missing username and password', () => {
})
expect(response.statusCode).toBe(400)
})

// test response message
// test that response does NOT have userId
// test incorrect username or password according to requirements
// test missing username or password
// ...
})
Loading