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

        array.push("foo");