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__/ALG/__snapshots__/array.test.ts.snap

22 lines
229 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`删除多段线重复的点 1`] = `
Array [
0,
1,
4,
5,
]
`;
exports[`删除多段线重复的点 2`] = `
Array [
Array [
-0.1,
2,
3,
0.2,
],
]
`;