Skip to content

Commit

Permalink
Change test to read as sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Hess committed Jun 24, 2023
1 parent 8b40f6b commit 848816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/core/can.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('can', () => {
expect(canSetMarkToBold).to.eq(true)
})

it('nested "can" chain has an undefined dispatch', () => {
it('builds and passes down an undefined dispatch for nested "can" chain', () => {
const editor = new Editor({
extensions: [Document, Paragraph, Text, History],
})
Expand Down

0 comments on commit 848816c

Please sign in to comment.