Procházet zdrojové kódy

Update dashes.test.ts.snap

main
Steve Ruiz před 3 roky
rodič
revize
2c6545806a
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4
    4
      __tests__/__snapshots__/dashes.test.ts.snap

+ 4
- 4
__tests__/__snapshots__/dashes.test.ts.snap Zobrazit soubor

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

Načítá se…
Zrušit
Uložit