import { OFFSETS } from '../../src/lib/offsetList/index'; describe('offsets list', () => { it('should resolve full list', () => { expect(OFFSETS).toMatchSnapshot(); }); });