it("should don't have variable name conflict", function() {
expect(true).toBe(true);
});
const i = 1;
export default "test";