Skip to content

Commit 77b2d10

Browse files
committed
correct snap for bun
1 parent 348851a commit 77b2d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/config-syntax-error/config-syntax-error.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ it.skipIf(
3131
}),
3232
).rejects.toThrowError(
3333
gatewayRunner === 'bun' || gatewayRunner === 'bun-docker'
34-
? /error: Expected \\"{\\" but found \\"hello\\"(.|\n)*\/custom-resolvers.ts:8:11/
34+
? /Expected \\"{\\" but found \\"hello\\"(.|\n)*\/custom-resolvers.ts/
3535
: /Error transforming .*(\/|\\)custom-resolvers.ts: Unexpected token, expected \\"{\\" \(8:11\)/,
3636
);
3737
},

0 commit comments

Comments
 (0)