We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70dbc7a commit 710c60fCopy full SHA for 710c60f
tests/legacy-cli/e2e/tests/vite/ssr-error-stack.ts
@@ -28,7 +28,7 @@ export default async function () {
28
// The error is also sent in the browser, so we don't need to scrap the stderr.
29
match(
30
text,
31
- /something happened.+at eval \(.+\/e2e-test[\\\/]test-project[\\\/]src[\\\/]app[\\\/]app\.component\.ts:\d+:\d+\)/,
+ /something happened.+at eval \(.+[\\/]+e2e-test[\\/]+test-project[\\/]+src[\\/]+app[\\/]+app\.component\.ts:\d+:\d+\)/,
32
);
33
doesNotMatch(text, /vite-root/);
34
}
0 commit comments