it("popStart from the list and chaining", () => {
        const list = new DoublyLinkedList<number>([1, 2, 3, 4]);

        list.popStart();