Fix up more tests with setting annotations

This commit is contained in:
Frank Noirot
2025-03-21 11:42:42 -04:00
parent a01498bf33
commit cb32881cf2
9 changed files with 43 additions and 31 deletions

View File

@ -2,7 +2,7 @@ import { test, expect } from './zoo-test'
import {
orRunWhenFullSuiteEnabled,
getUtils,
executorInputPath,
kclSamplesInputPath,
} from './test-utils'
import { join } from 'path'
import { bracket } from 'lib/exampleKcl'
@ -250,11 +250,11 @@ test(
])
await Promise.all([
fsp.copyFile(
executorInputPath('router-template-slate.kcl'),
kclSamplesInputPath(['ball-bearing', 'main.kcl']),
join(routerTemplateDir, 'main.kcl')
),
fsp.copyFile(
executorInputPath('focusrite_scarlett_mounting_braket.kcl'),
kclSamplesInputPath(['flange', 'main.kcl']),
join(bracketDir, 'main.kcl')
),
])