Skip to content

Commit 3b6260e

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
test: add production app-shell test
1 parent 4cd2907 commit 3b6260e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/legacy-cli/e2e/tests/build/build-app-shell-with-schematic.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ export default async function () {
2222
await silentNpm('install');
2323
await ng('run', 'test-project:app-shell');
2424
await expectFileToMatch('dist/test-project/index.html', /app-shell works!/);
25+
26+
await ng('run', 'test-project:app-shell:production');
27+
await expectFileToMatch('dist/test-project/index.html', /app-shell works!/);
2528
}

0 commit comments

Comments
 (0)