We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dc3b0 commit 711e065Copy full SHA for 711e065
1 file changed
routes/__tests__/id.test.js
@@ -30,6 +30,7 @@ it("'/id/:id' route functions", async () => {
30
expect(response.headers["last-modified"]).toBeTruthy()
31
expect(response.headers["link"]).toBeTruthy()
32
expect(response.headers["location"]).toBeTruthy()
33
+ expect(response.headers['current-overwritten-version']).toBeDefined()
34
35
})
36
0 commit comments