Skip to content

Commit adc8f97

Browse files
committed
add todo
1 parent 3376917 commit adc8f97

File tree

1 file changed

+1
-0
lines changed
  • packages/@apphosting/adapter-angular/src

1 file changed

+1
-0
lines changed

packages/@apphosting/adapter-angular/src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export function populateOutputBundleOptions(outputPaths: OutputPaths): OutputBun
108108

109109
export function parseOutputBundleOptions(buildOutput: string): OutputBundleOptions {
110110
const strippedManifest = extractManifestOutput(buildOutput);
111+
// TODO: add functional tests that test this flow
111112
const parsedManifest = JSON.parse(strippedManifest.replace(/[\r\n]+/g, "")) as string;
112113
const manifest = buildManifestSchema.parse(parsedManifest);
113114
if (manifest["errors"].length > 0) {

0 commit comments

Comments
 (0)