* 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
13 lines
209 B
JavaScript
13 lines
209 B
JavaScript
'use strict'
|
|
|
|
const invalidJSONString = '{{{{{invalid json}}'
|
|
|
|
module.exports = {
|
|
invalidJSON: () => [
|
|
200,
|
|
invalidJSONString,
|
|
{ 'Content-Type': 'application/json' },
|
|
],
|
|
invalidJSONString,
|
|
}
|