Skip to content

Commit b519626

Browse files
committed
chore: vite e2e matcher
1 parent 39e1ce8 commit b519626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ if (targetFeatures.length) {
111111
function getServerRegex(features) {
112112
if (features.includes('webpack')) return /Loopback: (\S+)/;
113113
if (features.includes('parcel')) return /Server running at (\S+)/;
114+
if (features.includes('vite')) return /Local:\s+(\S+)/;
114115
return /Dev server is started at: (\S+)/;
115116
}
116117

0 commit comments

Comments
 (0)