mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
test: 修正 mock 的滥用情况
This commit is contained in:
@@ -71,7 +71,7 @@ mock.module('@langfuse/tracing', () => ({
|
||||
}))
|
||||
|
||||
// Mock debug logger
|
||||
mock.module('src/utils/debug.js', () => ({
|
||||
mock.module('src/utils/debug.ts', () => ({
|
||||
logForDebugging: mock(() => {}),
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user