Skip to content

Commit e7bf99a

Browse files
committed
fixed failing tests
1 parent 97be957 commit e7bf99a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

routes/__tests__/history.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ it("'/history/:id' route functions", async () => {
2727
expect(response.headers["allow"]).toBeTruthy()
2828
expect(response.headers["link"]).toBeTruthy()
2929
expect(Array.isArray(response.body)).toBe(true)
30-
})
30+
}, 20000)

routes/__tests__/patch.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ it("'/patch' route functions", async () => {
3737
expect(response.headers["allow"]).toBeTruthy()
3838
expect(response.headers["link"]).toBeTruthy()
3939

40-
})
40+
}, 20000)

routes/__tests__/unset.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ it("'/unset' route functions", async () => {
3737
expect(response.headers["etag"]).toBeTruthy()
3838
expect(response.headers["allow"]).toBeTruthy()
3939
expect(response.headers["link"]).toBeTruthy()
40-
})
40+
}, 20000)
4141

0 commit comments

Comments
 (0)