Skip to content

Commit e44b356

Browse files
committed
Fix a failing unit test
1 parent b59b8ce commit e44b356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdoc-config/src/TSDocConfigFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export class TSDocConfigFile {
333333
*/
334334
public static loadForFolder(folderPath: string): TSDocConfigFile {
335335
const rootConfigPath: string = TSDocConfigFile.findConfigPathForFolder(folderPath);
336-
return TSDocConfigFile.loadForFolder(rootConfigPath);
336+
return TSDocConfigFile.loadFile(rootConfigPath);
337337
}
338338

339339
/**

0 commit comments

Comments
 (0)