Skip to content

Commit

Permalink
Fix typo and description of test
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Aug 14, 2023
1 parent 028a783 commit be8139d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/util/shared/src/lib/utils/event.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { propagateToDocumentOnly } from './event'

describe('blockEventFromBubbling', () => {
describe('propagateToDocumentOnly', () => {
let childComponent: HTMLElement
let parentComponent: HTMLElement
let parentClickHandler
Expand All @@ -27,7 +27,7 @@ describe('blockEventFromBubbling', () => {
setTimeout(done)
})

it('doess not propagate event to parent', () => {
it('does not propagate event to parent', () => {
expect(parentClickHandler).not.toHaveBeenCalled()
})

Expand Down

0 comments on commit be8139d

Please sign in to comment.