Skip to content

Commit 1b8e894

Browse files
committed
Tests we will need TODO
1 parent 4442fe3 commit 1b8e894

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

routes/__tests__/create.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ it("'/create' route functions", async () => {
3838
expect(response.headers["link"]).toBeTruthy()
3939

4040
})
41+
42+
it.skip("Support setting valid '_id' on '/create' request body.", async () => {
43+
// TODO
44+
})

routes/__tests__/id.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ it("'/id/:id' route functions", async () => {
3232
expect(response.headers["location"]).toBeTruthy()
3333

3434
})
35+
36+
it.skip("Proper '@id-id' negotation on GET by URI.", async () => {
37+
// TODO
38+
})

routes/__tests__/query.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ it("'/query' route functions", async () => {
3131
expect(response.headers["link"]).toBeTruthy()
3232

3333
})
34+
35+
it.skip("Proper '@id-id' negotation on objects returned from '/query'.", async () => {
36+
// TODO
37+
})

0 commit comments

Comments
 (0)