Add getAllFilePathsInFolder()

This commit is contained in:
Gucheng Wang
2023-01-06 19:04:38 +08:00
parent 1d8b0a264e
commit 1681138729
3 changed files with 5 additions and 34 deletions

View File

@ -40,7 +40,7 @@ func TestGenerateI18nStringsForFrontend(t *testing.T) {
}
func TestGenerateI18nStringsForBackend(t *testing.T) {
paths := getAllGoFilePaths()
paths := getAllFilePathsInFolder("../", ".go")
errName := getErrName(paths)