Skip to content

Commit b028f0f

Browse files
committed
Add in check for /overwrite exists
1 parent 5a845a5 commit b028f0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

__tests__/routes_mounted.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ describe('Check to see that all /v1/api/ route patterns exist.', () => {
9292
expect(routeExists(api_stack, '/api/bulkUpdate')).toBe(true)
9393
})
9494

95+
it('/v1/api/overwrite -- mounted ', () => {
96+
expect(routeExists(api_stack, '/api/overwrite')).toBe(true)
97+
})
98+
9599
it('/v1/api/patch -- mounted ', () => {
96100
expect(routeExists(api_stack, '/api/patch')).toBe(true)
97101
})

0 commit comments

Comments
 (0)