Skip to content

Commit

Permalink
Improve test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Jul 15, 2022
1 parent 787d556 commit ccee059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createEditor } from '#modules/editor';

import { isEditorValueEqual } from './isEditorValueEqual';

describe('slate-editor - isEditorValueEqual', () => {
describe('isEditorValueEqual', () => {
it('should return true for equivalent values', () => {
const editor = createEditor(createSlateEditor(), () => []);

Expand Down

0 comments on commit ccee059

Please sign in to comment.