From 96fedb4855969c0862ab1a9b0cb840ce9efafde3 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Wed, 8 Nov 2023 16:00:36 +0000 Subject: [PATCH] chore: change link to homepage in package.json (#1824) Change the link of the homepage from this Git repository (which is already documented in `bugs` and `repository` to a link to the documentation. --- package.json | 2 +- test/regression.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c193de684..27c72e969 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "optimize", "minify" ], - "homepage": "https://github.com/svg/svgo", + "homepage": "https://svgo.dev", "bugs": { "url": "https://github.com/svg/svgo/issues" }, diff --git a/test/regression.js b/test/regression.js index 81b6ac5d7..913c90f5c 100644 --- a/test/regression.js +++ b/test/regression.js @@ -26,8 +26,10 @@ const runTests = async ({ list }) => { console.info('Start browser...'); const processFile = async (page, name) => { if ( - // hard to detect the end of animation + // animated name.startsWith('w3c-svg-11-test-suite/svg/animate-') || + name === 'w3c-svg-11-test-suite/svg/filters-light-04-f.svg' || + name === 'w3c-svg-11-test-suite/svg/filters-composite-05-f.svg' || // messed gradients name === 'w3c-svg-11-test-suite/svg/pservers-grad-18-b.svg' || // removing wrapping breaks :first-child pseudo-class