Skip to content

v2.13.25

Compare
Choose a tag to compare
@danielspaniel danielspaniel released this 16 Feb 00:54
· 227 commits to master since this release
  • mock now allows for inline returns
 let users = buildList('user', 4);
 let userMock = mock({url: '/users'}).returns(users);