1 2 3 4 5 6 7 8
import { x } from "../src"; describe('Foobar', () => { it ('should do shit', () => { expect(x).toBe(200) }) })