@public-ui/visual-tests 4.2.0-rc.0 → 4.2.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/tests/sample-app.routes.js +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/visual-tests",
|
|
3
|
-
"version": "4.2.0-rc.
|
|
3
|
+
"version": "4.2.0-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"axe-html-reporter": "2.2.11",
|
|
30
30
|
"http-server": "14.1.1",
|
|
31
31
|
"portfinder": "1.0.38",
|
|
32
|
-
"@public-ui/sample-react": "4.2.0-rc.
|
|
32
|
+
"@public-ui/sample-react": "4.2.0-rc.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@eslint/js": "9.39.4",
|
|
@@ -745,27 +745,6 @@ ROUTES.set('meter/basic', {
|
|
|
745
745
|
},
|
|
746
746
|
},
|
|
747
747
|
});
|
|
748
|
-
ROUTES.set('meter/unit', {
|
|
749
|
-
snapshot: {
|
|
750
|
-
zoom: {
|
|
751
|
-
skip: true,
|
|
752
|
-
},
|
|
753
|
-
},
|
|
754
|
-
});
|
|
755
|
-
ROUTES.set('meter/min-max', {
|
|
756
|
-
snapshot: {
|
|
757
|
-
zoom: {
|
|
758
|
-
skip: true,
|
|
759
|
-
},
|
|
760
|
-
},
|
|
761
|
-
});
|
|
762
|
-
ROUTES.set('meter/ranges', {
|
|
763
|
-
snapshot: {
|
|
764
|
-
zoom: {
|
|
765
|
-
skip: true,
|
|
766
|
-
},
|
|
767
|
-
},
|
|
768
|
-
});
|
|
769
748
|
ROUTES.set('meter/optimum', {
|
|
770
749
|
snapshot: {
|
|
771
750
|
zoom: {
|