Skip to content

Commit

Permalink
Add missing type test for #300 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoeJoder committed Feb 27, 2022
1 parent e9efbd7 commit 3cc0605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/types/pino-pretty.test-d.ts
Expand Up @@ -29,6 +29,7 @@ const options: PinoPretty.PrettyOptions = {
}
},
sync: false,
destination: 2,
append: true,
mkdir: true,
};
Expand All @@ -54,6 +55,7 @@ const options2: PrettyOptions = {
}
},
sync: false,
destination: 2,
append: true,
mkdir: true,
};
Expand Down

0 comments on commit 3cc0605

Please sign in to comment.