import { x } from './index'; describe('index', () => { it('should export x = 1', () => { expect(x).toEqual(1); }); });