Skip to content

v3.1.3

Compare
Choose a tag to compare
@danielspaniel danielspaniel released this 31 May 20:34
· 155 commits to master since this release
  • fixes #344 to pass in request body when matching mockUpdates with function @roschaefer
    mockCreate('project').match(requestBody => {
      return requestBody.data.attributes.title === 'titleToMatch';
    });