Skip to content

Commit

Permalink
fix suite name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Aug 31, 2024
1 parent d59a707 commit 078ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/collaboration-manager/src/Operation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { DataKey, DocumentIndex } from '@editorjs/model';
import { IndexBuilder } from '@editorjs/model';
import { Operation, OperationType } from './Operation.js';

describe('Transformer', () => {
describe('Operation', () => {
const createOperation = (type: OperationType, startIndex: number, value: string): Operation => {
return new Operation(
type,
Expand Down

0 comments on commit 078ec4a

Please sign in to comment.