Skip to content

Commit 60b555b

Browse files
Remove assertSourceAstEqual export
1 parent 1e3f5aa commit 60b555b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-fbtee/src/__tests__/FbtTestUtil.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const indent = (code: string) =>
199199
.map((line) => ' '.repeat(2) + line)
200200
.join('\n');
201201

202-
export function assertSourceAstEqual(
202+
function assertSourceAstEqual(
203203
expected: string,
204204
actual: string,
205205
options?: Options,

0 commit comments

Comments
 (0)