it("observes unshifts", async () => {
        ArrayObserver.enable();
        let array: string[] = [];

        array.unshift("foo");