()
| 107 | }) |
| 108 | const res = mockResponse() |
| 109 | const next = () => { |
| 110 | throw new Error('did not expect this to ever happen') |
| 111 | } |
| 112 | setDefaultFastlySurrogateKey(req, res, () => {}) |
| 113 | await archivedEnterpriseVersionsAssets(req, res, next) |
| 114 | expect(res.statusCode).toBe(200) |
nothing calls this directly
no outgoing calls
no test coverage detected