Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: François Chalifour <francoischalifour@users.noreply.github.com>
sarahdayan and francoischalifour authored Oct 14, 2021
1 parent 7e51a98 commit c6553f8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ describe('createAlgoliaInsightsPlugin', () => {

expect(plugin.name).toBe('aa.algoliaInsightsPlugin');
});

test('exposes passed options and excludes default ones', () => {
const plugin = createAlgoliaInsightsPlugin({
insightsClient,
@@ -20,5 +21,6 @@ describe('createAlgoliaInsightsPlugin', () => {
onItemsChange: expect.any(Function),
});
});

test.todo('tests');
});

0 comments on commit c6553f8

Please sign in to comment.