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__/EdgeSealing/__snapshots__/BoardHighHole.test.ts.snap

20 lines
301 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`分析上下左右排钻错误 1`] = `
Object {
"down": "不排",
"left": "不排",
"right": "不排",
"up": "不排",
}
`;
exports[`分析上下左右排钻错误 2`] = `
Array [
"不排",
"三合一",
"不排",
"二合一",
]
`;