Files
shields/services/response-fixtures.js
Paul Melnikow 0f19806c58 Bump nock from 11.0.0.beta-14 to 11.0.0.beta-20 (#3616)
* Bump icedfrisby and icedfrisby-nock

* Bump nock from 11.0.0.beta-14 to 11.0.0.beta-20

Hoping the changes from #3615 will fix the issues that appeared at https://github.com/badges/shields/pull/3552#issuecomment-504610847

* Fix apm tests

* Fix githubcommitstatus
2019-06-28 15:50:17 -04:00

13 lines
209 B
JavaScript

'use strict'
const invalidJSONString = '{{{{{invalid json}}'
module.exports = {
invalidJSON: () => [
200,
invalidJSONString,
{ 'Content-Type': 'application/json' },
],
invalidJSONString,
}