import common from "../common";
it("entry1 should compile and run", () => {
common();
expect(true).toBe(true)
});