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