Skip to content

Commit 68cef53

Browse files
committed
fix default test runtime
1 parent ec1df64 commit 68cef53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/e2e-tests/test-applications/hono-4/tests
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export type Runtime = 'cloudflare' | 'node' | 'bun';
22

3-
export const RUNTIME = (process.env.RUNTIME || 'node') as Runtime;
3+
export const RUNTIME = (process.env.RUNTIME || 'cloudflare') as Runtime;
44

55
export const APP_NAME = 'hono-4';

0 commit comments

Comments
 (0)