Selaa lähdekoodia

Update dashes.test.ts.snap

main
Steve Ruiz 3 vuotta sitten
vanhempi
commit
2c6545806a
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4
    4
      __tests__/__snapshots__/dashes.test.ts.snap

+ 4
- 4
__tests__/__snapshots__/dashes.test.ts.snap Näytä tiedosto

30
 
30
 
31
 exports[`ellipse dash props renders dotted props on a circle correctly: large dotted circle dash props 1`] = `
31
 exports[`ellipse dash props renders dotted props on a circle correctly: large dotted circle dash props 1`] = `
32
 Object {
32
 Object {
33
-  "strokeDasharray": "2 14.666666666666666",
33
+  "strokeDasharray": "0.08 16.586666666666666",
34
   "strokeDashoffset": "0",
34
   "strokeDashoffset": "0",
35
 }
35
 }
36
 `;
36
 `;
37
 
37
 
38
 exports[`ellipse dash props renders dotted props on a circle correctly: large dotted ellipse dash props 1`] = `
38
 exports[`ellipse dash props renders dotted props on a circle correctly: large dotted ellipse dash props 1`] = `
39
 Object {
39
 Object {
40
-  "strokeDasharray": "2 14.666666666666666",
40
+  "strokeDasharray": "0.08 16.586666666666666",
41
   "strokeDashoffset": "0",
41
   "strokeDashoffset": "0",
42
 }
42
 }
43
 `;
43
 `;
44
 
44
 
45
 exports[`ellipse dash props renders dotted props on a circle correctly: small dotted circle dash props 1`] = `
45
 exports[`ellipse dash props renders dotted props on a circle correctly: small dotted circle dash props 1`] = `
46
 Object {
46
 Object {
47
-  "strokeDasharray": "1 7.333333333333333",
47
+  "strokeDasharray": "0.04 8.293333333333333",
48
   "strokeDashoffset": "0",
48
   "strokeDashoffset": "0",
49
 }
49
 }
50
 `;
50
 `;
51
 
51
 
52
 exports[`ellipse dash props renders dotted props on a circle correctly: small dotted ellipse dash props 1`] = `
52
 exports[`ellipse dash props renders dotted props on a circle correctly: small dotted ellipse dash props 1`] = `
53
 Object {
53
 Object {
54
-  "strokeDasharray": "1 7.333333333333333",
54
+  "strokeDasharray": "0.04 8.293333333333333",
55
   "strokeDashoffset": "0",
55
   "strokeDashoffset": "0",
56
 }
56
 }
57
 `;
57
 `;

Loading…
Peruuta
Tallenna