Skip to content

Commit 2f12840

Browse files
alan-agius4filipesilva
authored andcommitted
test(@angular-devkit/build-angular): rename augmentIndexHtml parameter to fix failing build
1 parent c81d17f commit 2f12840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/utils/index-file/augment-index-html_spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('augment-index-html', () => {
171171
it(`should add script and link tags even when body and head element doesn't exist`, async () => {
172172
const source = augmentIndexHtml({
173173
...indexGeneratorOptions,
174-
html: `<app-root></app-root>`,
174+
inputContent: `<app-root></app-root>`,
175175
files: [
176176
{ file: 'styles.css', extension: '.css', name: 'styles' },
177177
{ file: 'runtime.js', extension: '.js', name: 'main' },

0 commit comments

Comments
 (0)