Skip to content

Commit f0fc6fd

Browse files
Copilotitsdouges
andcommitted
Addressing PR comments
Co-authored-by: itsdouges <[email protected]>
1 parent 3f58e17 commit f0fc6fd

File tree

1 file changed

+8
-0
lines changed
  • packages/@triplex/server/src/ast/__tests__/__mocks__

1 file changed

+8
-0
lines changed

packages/@triplex/server/src/ast/__tests__/__mocks__/box.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ export default function Box({
2424
export function UseBox() {
2525
return <Box position={[0, 0, 0]} scale={[1, 1, 1]} />;
2626
}
27+
28+
class Foo { }
29+
30+
class Foo {
31+
}
32+
33+
function foo() {
34+
}

0 commit comments

Comments
 (0)