prettier/tests/method-chain/computed.js

7 lines
131 B
JavaScript

nock(/test/)
.matchHeader('Accept', 'application/json')
[httpMethodNock(method)]('/foo')
.reply(200, {
foo: 'bar',
});