Skip to content

Commit

Permalink
Mocks out tests for action based methods
Browse files Browse the repository at this point in the history
  • Loading branch information
coconutcraig committed Nov 19, 2018
1 parent 7310df4 commit d926578
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/resources/wait-list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,19 @@ it('will set the includes parameter using a comma separated string', async () =>
include: 'relationships,go,here',
});
});

it('can create a new wait list request for a given client', async () => {
//
});

it('can retrieve a clients matching wait list request', async () => {
//
});

it('can update a clients wait list request', async () => {
//
});

it('can delete a clients wait list request', async () => {
//
});

0 comments on commit d926578

Please sign in to comment.