Skip to content

Commit d2fc15a

Browse files
committed
Add e2e test for serve --base-href option. WARNING: This test should fail, but it doesn't.
1 parent c2ce47c commit d2fc15a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/test/e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ export default function() {
1919
.then(() => _runServeAndE2e())
2020
.then(() => _runServeAndE2e('--prod'))
2121
.then(() => _runServeAndE2e('--aot'))
22-
.then(() => _runServeAndE2e('--aot', '--prod'));
22+
.then(() => _runServeAndE2e('--aot', '--prod'))
23+
.then(() => _runServeAndE2e('--base-href /test-base-href/'));
2324
}

0 commit comments

Comments
 (0)