import "./array";
import { SIt } from "../test-utils";

SIt("Converts to a generator", (g) => g.array(), [1, 2, 3]);
