Skip to content

Commit 2eb9a38

Browse files
Copilotitsdouges
andcommitted
Fix lint errors in box.tsx test file
Co-authored-by: itsdouges <6801309+itsdouges@users.noreply.github.com>
1 parent f0fc6fd commit 2eb9a38

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • packages/@triplex/server/src/ast/__tests__/__mocks__

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ 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)