[fix] Remove TypeScript declare modifiers from class properties

This commit is contained in:
snomiao
2025-09-16 13:44:50 +00:00
parent 631746939a
commit 38291bee51
10 changed files with 34 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ const nodeDefsPath = './src/locales/en/nodeDefs.json'
test('collect-i18n-node-defs', async ({ comfyPage }) => {
// Mock view route
comfyPage.page.route('**/view**', async (route) => {
await comfyPage.page.route('**/view**', async (route) => {
await route.fulfill({
body: JSON.stringify({})
})