diff --git a/ng-dev/ts-circular-dependencies/config.ts b/ng-dev/ts-circular-dependencies/config.ts index fc6a20f89..7f9446a7b 100644 --- a/ng-dev/ts-circular-dependencies/config.ts +++ b/ng-dev/ts-circular-dependencies/config.ts @@ -23,7 +23,7 @@ export interface CircularDependenciesTestConfig extends CircularDependenciesPars /** Base directory used for shortening paths in the golden file. */ baseDir: string; /** Path to the golden file that is used for checking and approving. */ - goldenFile: string; + goldenFile?: string; /** Glob that resolves source files which should be checked. */ glob: string; /** @@ -81,7 +81,7 @@ export async function loadTestConfig(configPath: string): Promise