We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a67546 commit df406f9Copy full SHA for df406f9
tests/legacy-cli/e2e/tests/build/platform-server.ts
@@ -136,7 +136,7 @@ export default function () {
136
`))
137
.then(() => exec(normalize('node'), 'index.js'))
138
.then(() => expectFileToMatch('dist/test-project-server/index.html',
139
- new RegExp('<h2 _ngcontent-c0="">Here are some links to help you start: </h2>')))
+ /<h2.*>Here are some links to help you start: <\/h2>/))
140
.then(() => expectFileToMatch('./dist/test-project-server/main.js',
141
/require\(["']@angular\/[^"']*["']\)/))
142
0 commit comments