remove .only error (#4003)

This commit is contained in:
Kurt Hutten
2024-09-27 06:47:18 +10:00
committed by GitHub
parent ca95427f21
commit 294040b618

View File

@ -272,7 +272,7 @@ describe('testing addTagForSketchOnFace', () => {
] as const
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 = (
insertCode: string
) => `const sketch001 = startSketchOn('XZ')