/* eslint-env jest */ import optimizeSvg from '../optimize-svg'; test('optimizes SVG correctly', () => { const SVG = 'Title'; expect(optimizeSvg(SVG)).resolves.toMatchSnapshot(); }); test('rejects when passed unparsable SVG string', () => { const UNPARSABLE_SVG = '