Skip to content

Commit 9d66244

Browse files
committed
test: fix failing tests
1 parent f0c09bf commit 9d66244

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/dev_server.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ test.group('DevServer', () => {
8181
stream: 'stdout',
8282
},
8383
{
84-
message: 'Server address: cyan(http://localhost:3334)\nMode: cyan(static)',
84+
message:
85+
'Server address: cyan(http://localhost:3334)\nMode: cyan(static)\nPress dim(h) to show help',
8586
stream: 'stdout',
8687
},
8788
])
@@ -139,7 +140,8 @@ test.group('DevServer', () => {
139140
stream: 'stdout',
140141
},
141142
{
142-
message: 'Server address: cyan(http://localhost:3335)\nMode: cyan(watch)',
143+
message:
144+
'Server address: cyan(http://localhost:3335)\nMode: cyan(watch)\nPress dim(h) to show help',
143145
stream: 'stdout',
144146
},
145147
])

0 commit comments

Comments
 (0)