mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
export const invalidJSONString = '{{{{{invalid json}}'
|
|
|
|
export const invalidJSON = () => [
|
|
200,
|
|
invalidJSONString,
|
|
{ 'Content-Type': 'application/json' },
|
|
]
|