yarn lint

This commit is contained in:
lee-at-zoo-corp
2025-03-27 11:08:43 -04:00
parent 9e19d131eb
commit fb192ee213
6 changed files with 31 additions and 42 deletions

View File

@ -775,7 +775,6 @@ test.describe(`Project management commands`, () => {
`${dir}/${projectName}/main.kcl`
)
})
const u = await getUtils(page)
// Constants and locators
const projectHomeLink = page.getByTestId('project-link')
@ -836,7 +835,6 @@ test.describe(`Project management commands`, () => {
`${dir}/${projectName}/main.kcl`
)
})
const u = await getUtils(page)
// Constants and locators
const projectHomeLink = page.getByTestId('project-link')