| 1 | import EventEmitter from 'eventemitter3'; |
| 2 | import { describe, expect, it, vi } from 'vitest'; |
| 3 | import { ICommand } from '../../../../src/editor'; |
| 4 | import { CommandManager } from '../../../../src/editor/managers/command'; |
nothing calls this directly
no test coverage detected