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

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