import { PI } from './utils' it('works with server-only code', () => { expect(PI).toEqual(3.14) })