Fix node-http tests
This commit is contained in:
parent
57353a9bf0
commit
a054121350
1 changed files with 4 additions and 4 deletions
|
@ -78,8 +78,8 @@ const GetSVGLayoutConfiguration = () => {
|
||||||
stroke: 'red',
|
stroke: 'red',
|
||||||
fill: '#d3c9b7',
|
fill: '#d3c9b7',
|
||||||
},
|
},
|
||||||
ShowSelfDimensions: true,
|
ShowSelfDimensions: [0, 2],
|
||||||
IsDimensionBorrower: true,
|
ShowDimensionWithMarks: [1, 3],
|
||||||
Category: "Stuff"
|
Category: "Stuff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -94,8 +94,8 @@ const GetSVGLayoutConfiguration = () => {
|
||||||
stroke: 'red',
|
stroke: 'red',
|
||||||
fill: '#d3c9b7',
|
fill: '#d3c9b7',
|
||||||
},
|
},
|
||||||
ShowSelfDimensions: true,
|
ShowSelfDimensions: [0, 2],
|
||||||
IsDimensionBorrower: true,
|
ShowDimensionWithMarks: [1, 3],
|
||||||
Category: "Stuff"
|
Category: "Stuff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue