diff --git a/test/types/pino-pretty.test-d.ts b/test/types/pino-pretty.test-d.ts index ebf24f58..3928b389 100644 --- a/test/types/pino-pretty.test-d.ts +++ b/test/types/pino-pretty.test-d.ts @@ -29,6 +29,7 @@ const options: PinoPretty.PrettyOptions = { } }, sync: false, + destination: 2, append: true, mkdir: true, }; @@ -54,6 +55,7 @@ const options2: PrettyOptions = { } }, sync: false, + destination: 2, append: true, mkdir: true, };