@@ -11,11 +11,11 @@ exports[`frameworks/framework-detection > should default to process.cwd() and st
11
11
12
12
◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
13
13
14
- ┌──────────────────────────────────────────────────┐
15
- │ │
14
+ ┌─────────────────────────────────────────────────────────────────────── ┐
15
+ │ │
16
16
│ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
17
- │ │
18
- └──────────────────────────────────────────────────┘"
17
+ │ │
18
+ └─────────────────────────────────────────────────────────────────────── ┘"
19
19
`;
20
20
21
21
exports[`frameworks/framework-detection > should detect a known framework 1`] = `
@@ -40,11 +40,11 @@ exports[`frameworks/framework-detection > should filter frameworks with no dev c
40
40
41
41
◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
42
42
43
- ┌──────────────────────────────────────────────────┐
44
- │ │
43
+ ┌─────────────────────────────────────────────────────────────────────── ┐
44
+ │ │
45
45
│ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
46
- │ │
47
- └──────────────────────────────────────────────────┘"
46
+ │ │
47
+ └─────────────────────────────────────────────────────────────────────── ┘"
48
48
`;
49
49
50
50
exports[`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
152
152
153
153
◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
154
154
155
- ┌──────────────────────────────────────────────────┐
156
- │ │
155
+ ┌─────────────────────────────────────────────────────────────────────── ┐
156
+ │ │
157
157
│ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
158
- │ │
159
- └──────────────────────────────────────────────────┘"
158
+ │ │
159
+ └─────────────────────────────────────────────────────────────────────── ┘"
160
160
`;
161
161
162
162
exports[`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
170
170
171
171
◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
172
172
173
- ┌──────────────────────────────────────────────────┐
174
- │ │
173
+ ┌─────────────────────────────────────────────────────────────────────── ┐
174
+ │ │
175
175
│ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
176
- │ │
177
- └──────────────────────────────────────────────────┘"
176
+ │ │
177
+ └─────────────────────────────────────────────────────────────────────── ┘"
178
178
`;
179
179
180
180
exports[`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
187
187
188
188
◈ Static server listening to <SNAPSHOT_PORT_NORMALIZED >
189
189
190
- ┌──────────────────────────────────────────────────┐
191
- │ │
190
+ ┌─────────────────────────────────────────────────────────────────────── ┐
191
+ │ │
192
192
│ ◈ Server now ready on http://localhost:<SNAPSHOT_PORT_NORMALIZED > │
193
- │ │
194
- └──────────────────────────────────────────────────┘"
193
+ │ │
194
+ └─────────────────────────────────────────────────────────────────────── ┘"
195
195
`;
0 commit comments