Skip to content

Commit 6ca756f

Browse files
committed
Fix test
1 parent 2283600 commit 6ca756f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/development/basic/next-rs-api.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ describe('next.rs api', () => {
141141
'app/app/page.ts': appPageCode('hello world'),
142142
'app/app/client.ts':
143143
'"use client";\nexport default () => <div>hello world</div>',
144-
// 'app/app-edge/page.ts': 'export default () => <div>hello world</div>\nexport const runtime = "edge"',
144+
'app/app-edge/page.ts':
145+
'export default () => <div>hello world</div>\nexport const runtime = "edge"',
145146
'app/app-nodejs/page.ts':
146147
'export default () => <div>hello world</div>',
147148
'app/route-nodejs/route.ts':

0 commit comments

Comments
 (0)