You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/__test__/Nest/__snapshots__/nfp.test.ts.snap

64 lines
874 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`NFP结果错误 1`] = `
Array [
Array [
Object {
"x": -1254001,
"y": 10174000,
},
Object {
"x": -3154000,
"y": 10174000,
},
Object {
"x": -3154000,
"y": -3784000,
},
Object {
"x": 5054000,
"y": -3784000,
},
Object {
"x": 5053999,
"y": 7010000,
},
Object {
"x": 5053999,
"y": 10794000,
},
Object {
"x": 1899999,
"y": 10794000,
},
Object {
"x": -1254001,
"y": 10794000,
},
],
]
`;
exports[`NFP结果错误 2`] = `
Array [
Array [
Object {
"x": 1900000,
"y": 0,
},
Object {
"x": 0,
"y": 0,
},
Object {
"x": 0,
"y": 6390000,
},
Object {
"x": 1899999,
"y": 6390000,
},
],
]
`;