Skip to content

Commit

Permalink
test(hits): add common test suite (#5870)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Oct 2, 2023
1 parent 9c43382 commit da70152
Show file tree
Hide file tree
Showing 12 changed files with 770 additions and 905 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,14 @@ const testSetups: TestSetupsMap<TestSuites> = {
},
...widgetParams,
}),
hits({
container: document.body.appendChild(
Object.assign(document.createElement('div'), {
id: 'hits-with-defaults',
})
),
...widgetParams,
}),
index({ indexName: 'nested' }).addWidgets([
hits({
container: document.body.appendChild(
Expand Down
Loading

0 comments on commit da70152

Please sign in to comment.