Trigger node def locale update manually (#2170)

This commit is contained in:
Chenlei Hu
2025-01-06 10:54:59 -05:00
committed by GitHub
parent ba31f8fa68
commit e82d795ff9
5 changed files with 177 additions and 111 deletions

View File

@@ -8,7 +8,7 @@ const config: PlaywrightTestConfig = {
},
reporter: 'list',
timeout: 10000,
testMatch: /collect-i18n\.ts/
testMatch: /collect-i18n-.*\.ts/
}
export default config