Skip to content

Commit

Permalink
πŸ‘Œ update test title
Browse files Browse the repository at this point in the history
Co-authored-by: Yannick Adam <yannick.adam@datadoghq.com>
  • Loading branch information
BenoitZugmeyer and yannickadam authored May 11, 2023
1 parent 382e3f8 commit ffe804c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ describe('startMutationCollection', () => {
})
})

it('emits a mutation when a empty text node is changed', () => {
it('emits a mutation when an empty text node is changed', () => {
textNode.data = ''
serializeDocumentWithDefaults()
const { mutationCallbackSpy } = startMutationCollection()
Expand Down

0 comments on commit ffe804c

Please sign in to comment.