We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c09bf commit 9d66244Copy full SHA for 9d66244
1 file changed
tests/dev_server.spec.ts
@@ -81,7 +81,8 @@ test.group('DevServer', () => {
81
stream: 'stdout',
82
},
83
{
84
- message: 'Server address: cyan(http://localhost:3334)\nMode: cyan(static)',
+ message:
85
+ 'Server address: cyan(http://localhost:3334)\nMode: cyan(static)\nPress dim(h) to show help',
86
87
88
])
@@ -139,7 +140,8 @@ test.group('DevServer', () => {
139
140
141
142
- message: 'Server address: cyan(http://localhost:3335)\nMode: cyan(watch)',
143
144
+ 'Server address: cyan(http://localhost:3335)\nMode: cyan(watch)\nPress dim(h) to show help',
145
146
147
0 commit comments