@@ -11,11 +11,11 @@ exports[`frameworks/framework-detection > should default to process.cwd() and st
1111
1212◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
1313
14- ┌──────────────────────────────────────────────────┐
15- │ │
14+ ┌─────────────────────────────────────────────────────────────────────── ┐
15+ │ │
1616 │ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
17- │ │
18- └──────────────────────────────────────────────────┘"
17+ │ │
18+ └─────────────────────────────────────────────────────────────────────── ┘"
1919`;
2020
2121exports[`frameworks/framework-detection > should detect a known framework 1`] = `
@@ -40,11 +40,11 @@ exports[`frameworks/framework-detection > should filter frameworks with no dev c
4040
4141◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
4242
43- ┌──────────────────────────────────────────────────┐
44- │ │
43+ ┌─────────────────────────────────────────────────────────────────────── ┐
44+ │ │
4545 │ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
46- │ │
47- └──────────────────────────────────────────────────┘"
46+ │ │
47+ └─────────────────────────────────────────────────────────────────────── ┘"
4848`;
4949
5050exports[`frameworks/framework-detection > should force a specific framework when configured 1`] = `
@@ -152,11 +152,11 @@ exports[`frameworks/framework-detection > should use static server when --dir fl
152152
153153◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
154154
155- ┌──────────────────────────────────────────────────┐
156- │ │
155+ ┌─────────────────────────────────────────────────────────────────────── ┐
156+ │ │
157157 │ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
158- │ │
159- └──────────────────────────────────────────────────┘"
158+ │ │
159+ └─────────────────────────────────────────────────────────────────────── ┘"
160160`;
161161
162162exports[`frameworks/framework-detection > should use static server when framework is set to #static 1`] = `
@@ -170,11 +170,11 @@ exports[`frameworks/framework-detection > should use static server when framewor
170170
171171◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
172172
173- ┌──────────────────────────────────────────────────┐
174- │ │
173+ ┌─────────────────────────────────────────────────────────────────────── ┐
174+ │ │
175175 │ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
176- │ │
177- └──────────────────────────────────────────────────┘"
176+ │ │
177+ └─────────────────────────────────────────────────────────────────────── ┘"
178178`;
179179
180180exports[`frameworks/framework-detection > should warn if using static server and \`targetPort\` is configured 1`] = `
@@ -187,9 +187,9 @@ exports[`frameworks/framework-detection > should warn if using static server and
187187
188188◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
189189
190- ┌──────────────────────────────────────────────────┐
191- │ │
190+ ┌─────────────────────────────────────────────────────────────────────── ┐
191+ │ │
192192 │ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
193- │ │
194- └──────────────────────────────────────────────────┘"
193+ │ │
194+ └─────────────────────────────────────────────────────────────────────── ┘"
195195`;
0 commit comments