Skip to content

Commit

Permalink
fix(deps): Update Fastify to v5 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Oct 12, 2024
1 parent a24eb6b commit 58643d5
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 163 deletions.
5 changes: 3 additions & 2 deletions integration/fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import pino, { BaseLogger } from 'pino'
import pino from 'pino'
import { KubeConfig } from '@kubernetes/client-node'
import { startServer } from '../src/server.js'
import { Config, createConfig } from '../src/config.js'
import { FastifyBaseLogger } from 'fastify'

const testServerPort = 3333
const testClusterPort = 56443
Expand Down Expand Up @@ -48,7 +49,7 @@ export async function startTestServer (options?: {
}
}

function getTestLogger (): BaseLogger {
function getTestLogger (): FastifyBaseLogger {
return pino({ level: 'silent' })
}

Expand Down
Loading

0 comments on commit 58643d5

Please sign in to comment.