Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Aug 12, 2021
1 parent 3bdf803 commit 60b19a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/svgo/_index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ describe('svgo', () => {
const [original, expected] = await parseFixture('multipass-prefix-ids.svg');
const result = optimize(original, {
multipass: true,
plugins: extendDefaultPlugins([
{
name: 'prefixIds',
},
]),
plugins: ['preset-default', 'prefixIds'],
});
expect(normalize(result.data)).toEqual(expected);
});
Expand Down

0 comments on commit 60b19a8

Please sign in to comment.