We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bddd48 commit 331a8acCopy full SHA for 331a8ac
e2e/config-syntax-error/config-syntax-error.e2e.ts
@@ -24,6 +24,6 @@ it('should point to exact location of syntax error when parsing a malformed conf
24
).rejects.toThrowError(
25
gatewayRunner === 'bun' || gatewayRunner === 'bun-docker'
26
? /error: Expected "{" but found "hello"(.|\n)*\/custom-resolvers.ts:8:11/
27
- : /SyntaxError \[Error\]: Error transforming (.*)\/custom-resolvers.ts: Unexpected token, expected "{" \(8:11\)/,
+ : /SyntaxError \[Error\]: Error transforming .*(\/|\\)custom-resolvers.ts: Unexpected token, expected "{" \(8:11\)/,
28
);
29
});
0 commit comments