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 bc3ce03 commit c94e6fbCopy full SHA for c94e6fb
tests/legacy-cli/e2e/tests/build/prod-build.ts
@@ -27,7 +27,7 @@ export default async function () {
27
28
// Can't use the `ng` helper because somewhere the environment gets
29
// stuck to the first build done
30
- const bootstrapRegExp = /bootstrapModule\([a-zA-Z]+[0-9]*\)\./;
+ const bootstrapRegExp = /bootstrapModule\([_a-zA-Z]+[0-9]*\)\./;
31
32
await noSilentNg('build');
33
await expectFileToExist(join(process.cwd(), 'dist'));
0 commit comments