Files
shields/services/response-fixtures.js
2021-07-09 12:53:55 +01:00

8 lines
163 B
JavaScript

export const invalidJSONString = '{{{{{invalid json}}'
export const invalidJSON = () => [
200,
invalidJSONString,
{ 'Content-Type': 'application/json' },
]