We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834d486 commit 0a4d42cCopy full SHA for 0a4d42c
packages/node/test/integrations/tracing/postgres.test.ts
@@ -60,7 +60,7 @@ describe('postgres integration', () => {
60
61
it('second call to instrumentPostgres passes full config to setConfig, not raw user options', () => {
62
const mockSetConfig = vi.fn();
63
- (PgInstrumentation as unknown as MockInstance).mockImplementation((config: unknown) => ({
+ (PgInstrumentation as unknown as MockInstance).mockImplementation(() => ({
64
setTracerProvider: () => undefined,
65
setMeterProvider: () => undefined,
66
getConfig: () => ({}),
0 commit comments