Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jun 30, 2022
1 parent 821d59f commit 39a5b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/provideCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ it('can specify custom endpoints', () => {
expect(AutocompleteServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
expect(QuestionSubmissionServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
expect(SearchServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
expect(SearchServiceImpl).not.toHaveBeenCalledWith({test: expectedObject }, {}, {});
});

0 comments on commit 39a5b62

Please sign in to comment.