Skip to content

Commit bee0373

Browse files
kingRayhanclaude
andcommitted
test: disable logging in repository insert tests
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 5fe83df commit bee0373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/repository/insert.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe("Repository - insert", () => {
1212
beforeAll(async () => {
1313
await setupTestTables();
1414
repository = new Repository("users", executor, {
15-
logging: true
15+
// logging: true
1616
});
1717
});
1818

0 commit comments

Comments
 (0)