Skip to content

Commit

Permalink
add a test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed May 15, 2023
1 parent 3acd8df commit 4c0eece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/docs-json/src/components/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
* Interface that should be included
*/
export interface Pie {
/**
* What flavor of pie, hmm?
*
* This JSDoc should show up in the 'declaration' field in the JSON output.
*/
type: 'pumpkin' | 'apple' | 'pecan';
name: string;
diameter: number;
Expand Down

0 comments on commit 4c0eece

Please sign in to comment.