Skip to content

Commit

Permalink
Update pino.test-d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido committed Jan 23, 2024
1 parent 785b614 commit 006f5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/types/pino.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ pino({
},
});

pino({}, undefined);

pino({ base: null });
if ("pino" in log) console.log(`pino version: ${log.pino}`);

Expand Down

0 comments on commit 006f5e8

Please sign in to comment.