Skip to content

Commit bb48a16

Browse files
committed
chore: cleanup
1 parent dfb1287 commit bb48a16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/plugin-rsc/src/transforms/waku.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { transformDirectiveProxyExport } from './proxy-export'
44
import { transformServerActionServer } from './server-action'
55
import { debugSourceMap } from './test-utils'
66

7-
// Unified utility for directive proxy export transforms
7+
// copied from
8+
// https://github.com/wakujs/waku/blob/55cc5fb3c74b1cd9fa5dac5b20b8626c4d5043ff/packages/waku/tests/vite-plugin-rsc-transform-internals.test.ts
9+
810
async function testDirectiveTransform(input: string, directive: string) {
911
const ast = await parseAstAsync(input)
1012
const result = transformDirectiveProxyExport(ast, {

0 commit comments

Comments
 (0)