import * as utils from "./utils"; describe("emptyTest", () => { it("should be truthy", () => { expect(true).toBeTruthy(); }); });