Skip to content

Commit

Permalink
chore: vite e2e matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jul 10, 2024
1 parent 39e1ce8 commit b519626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ if (targetFeatures.length) {
function getServerRegex(features) {
if (features.includes('webpack')) return /Loopback: (\S+)/;
if (features.includes('parcel')) return /Server running at (\S+)/;
if (features.includes('vite')) return /Local:\s+(\S+)/;
return /Dev server is started at: (\S+)/;
}

Expand Down

0 comments on commit b519626

Please sign in to comment.