Skip to content

Commit 555fdb9

Browse files
committed
chore: cleanup
1 parent cf33eb6 commit 555fdb9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/plugin-rsc/src/transforms/proxy-export.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ import { transformProxyExport } from './proxy-export'
44
import { debugSourceMap } from './test-utils'
55
import { transformWrapExport } from './wrap-export'
66

7-
async function testTransform(
8-
input: string,
9-
options?: { keep?: boolean; rejectNonAsyncFunction?: boolean },
10-
) {
7+
async function testTransform(input: string, options?: { keep?: boolean }) {
118
const ast = await parseAstAsync(input)
129
const result = transformProxyExport(ast, {
1310
code: input,

0 commit comments

Comments
 (0)