We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395309b commit f5c2602Copy full SHA for f5c2602
src/material/schematics/ng-add/index.spec.ts
@@ -162,7 +162,6 @@ describe('ng-add schematic', () => {
162
// Ensure that the indentation has been determined properly. We want to make sure that
163
// the created links properly align with the existing HTML. Default CLI projects use an
164
// indentation of two columns.
165
- expect(htmlContent).toContain(' <link rel="preconnect" href="https://fonts.gstatic.com">');
166
expect(htmlContent).toContain(
167
' <link href="https://fonts.googleapis.com/icon?family=Material+Icons"',
168
);
0 commit comments