Skip to content

Commit

Permalink
Merge 4ffb1fa into a060d3d
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 1, 2022
2 parents a060d3d + 4ffb1fa commit 3c89816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test 18
2 changes: 1 addition & 1 deletion tests/provideCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ it('can specify custom endpoints', () => {
expect(AutocompleteServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
expect(QuestionSubmissionServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
expect(SearchServiceImpl).toHaveBeenCalledWith(expectedObject, {}, {});
});
});

0 comments on commit 3c89816

Please sign in to comment.