import { helper } from "../util";

test("helper works", () => {
  expect(helper()).toBe("hello");
});
