it("observes shifts", async () => {
        ArrayObserver.enable();
        const array = ["foo", "bar", "hello", "world"];

        array.shift();