Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 5, 2024
1 parent a632f4a commit 256bafb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/__tests__/site-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ import { isFunction } from '../utils/type-utils'
jest.mock('../utils/logger', () => ({
logger: {
error: jest.fn(),
createLogger: jest.fn(() => ({
error: jest.fn(),
info: jest.fn(),
})),
},
}))

Expand Down

0 comments on commit 256bafb

Please sign in to comment.