Skip to content

Commit

Permalink
fix: update e2e assert
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Dec 27, 2023
1 parent eaf5fc1 commit 80a4d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/builder/cases/svg/svgo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ test('should add id prefix after svgo minification', async () => {
const content = readFileSync(mainJs!, 'utf-8');

expect(
content.includes('"linearGradient",{id:"idPrefix_svg__a"}'),
content.includes('"linearGradient",{id:"idPrefix_svg__a"'),
).toBeTruthy();
});

0 comments on commit 80a4d39

Please sign in to comment.