Skip to content

Commit

Permalink
Test name clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed May 3, 2024
1 parent 9f037e7 commit 969d8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/hooks/useInteractions/index.test.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('useInteractions', () => {

expect(count).toBe(1);
});
it('overrides duplicate non-eventlistener props with the latest interaction', () => {
it('overrides duplicate non-eventlistener props with the prop from the last ineraction passed in that has said duplicate prop', () => {
const interactionOne: ElementProps = {
reference: {
id: 'one'
Expand Down

0 comments on commit 969d8ee

Please sign in to comment.