Skip to content

Commit 59730d6

Browse files
committed
mount file to docker for e2es
1 parent 3945fa6 commit 59730d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ it('should point to exact location of syntax error when parsing a malformed conf
1010
with: 'mesh',
1111
services: [await service('hello')],
1212
},
13+
runner: {
14+
docker: {
15+
volumes: [
16+
{
17+
host: 'custom-resolvers.ts',
18+
container: '/gateway/custom-resolvers.ts',
19+
},
20+
],
21+
},
22+
},
1323
}),
1424
).rejects.toThrowError(
1525
gatewayRunner === 'bun' || gatewayRunner === 'bun-docker'

0 commit comments

Comments
 (0)