Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 3d5b33e

Browse files
committed
chore(): fix failing test for ionic serve.
1 parent 7699b33 commit 3d5b33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/serve.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ describe('test serve', () => {
9090
config.addArgv('--address');
9191
config.addArgv('127.0.0.1');
9292
configResults.host = '127.0.0.1';
93+
configResults.hostBaseUrl = 'http://127.0.0.1:8101';
9394
config.addArgv('--livereload-port');
9495
config.addArgv('35729');
9596
configResults.liveReloadPort = 35729;

0 commit comments

Comments
 (0)