コード例 #1
0
 return client.post('endpoint').then(() => response.parsedBody().then(parsed => {
   expect(parsed).to.eql(body);
 }));