1
0
mirror of https://github.com/badges/shields.git synced 2025-04-18 19:44:04 +03:00
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' },
]