We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ce47c commit d2fc15aCopy full SHA for d2fc15a
tests/e2e/tests/test/e2e.ts
@@ -19,5 +19,6 @@ export default function() {
19
.then(() => _runServeAndE2e())
20
.then(() => _runServeAndE2e('--prod'))
21
.then(() => _runServeAndE2e('--aot'))
22
- .then(() => _runServeAndE2e('--aot', '--prod'));
+ .then(() => _runServeAndE2e('--aot', '--prod'))
23
+ .then(() => _runServeAndE2e('--base-href /test-base-href/'));
24
}
0 commit comments