Fix the last tests and tsc errors

This commit is contained in:
49lf
2024-12-12 23:26:36 -05:00
parent a31b4543be
commit 6cbb67c3e4
14 changed files with 193 additions and 285 deletions

View File

@ -80,7 +80,7 @@ test.describe('Command bar tests', () => {
await page.keyboard.press('Enter') // submit
await page.waitForTimeout(100)
await expect(page.locator('.cm-activeLine')).toContainText(
`fillet({ radius: ${KCL_DEFAULT_LENGTH}, tags: [seg01] }, %)`
`fillet({ radius = ${KCL_DEFAULT_LENGTH}, tags = [seg01] }, %)`
)
})