Skip to content

Commit

Permalink
fix: compile
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jan 4, 2025
1 parent 2b03e7a commit 7cb0f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/compile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ test("compile - one-to-one-self", async () => {
test("compile - one-to-one-2", async () => {
const result = await runZeroBuildSchema("one-to-one-2");
expect(result.schema.tables.user).toBeTruthy();

console.log(JSON.stringify(result, null, 2));
});

test("compile - one-to-many", async () => {
Expand Down

0 comments on commit 7cb0f2a

Please sign in to comment.