Skip to content

Commit

Permalink
Merge 58ac1a6 into a060d3d
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 1, 2022
2 parents a060d3d + 58ac1a6 commit 1383abe
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 19
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 1383abe

Please sign in to comment.