Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
roodboi committed Feb 3, 2024
1 parent 015427d commit fda0717
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/mode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const createTestCases = (): { model: string; mode: Mode; provider: Provider }[]
}
}
)
console.log(testCases)

return testCases
}

Expand Down
1 change: 0 additions & 1 deletion tests/zod-type.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ describe("zod-schema test", () => {
const user = await extractUser({
schema: UserSchema
})
console.log("test", user)

expect(user.name).toEqual("Jason Liu")
expect(user.age).toEqual(30)
Expand Down

0 comments on commit fda0717

Please sign in to comment.