test("adds duration on NOTE actions if its not defined", () => {
            const sendAction = sequencer.sendAction as jest.Mock;
            const delayedNoteAction = sendAction.mock.calls[3][0];

            expect(delayedNoteAction.payload.length - 2).toEqual(3);