import { x } from "../src"; describe('Foobar', () => { it ('should do shit', () => { expect(x).toBe(200) }) })