remove .only error (#4003)
This commit is contained in:
@ -272,7 +272,7 @@ describe('testing addTagForSketchOnFace', () => {
|
|||||||
] as const
|
] as const
|
||||||
|
|
||||||
chamferTestCases.forEach(({ originalChamfer, expectedChamfer, desc }) => {
|
chamferTestCases.forEach(({ originalChamfer, expectedChamfer, desc }) => {
|
||||||
it.only(`can break up chamfers in order to add tags - ${desc}`, async () => {
|
it(`can break up chamfers in order to add tags - ${desc}`, async () => {
|
||||||
const genCode = (
|
const genCode = (
|
||||||
insertCode: string
|
insertCode: string
|
||||||
) => `const sketch001 = startSketchOn('XZ')
|
) => `const sketch001 = startSketchOn('XZ')
|
||||||
|
Reference in New Issue
Block a user