Skip to content

Commit

Permalink
Add description to the fixture resource foo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-balitskyi committed Aug 26, 2024
1 parent 2b0e2d6 commit 311d4df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/fixtures/types/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
schemas: {
foo: {
type: 'object',
description: "A foo resource.",
properties: {
foo_id: {
description: 'Foo id',
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/blueprint.test.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generated by [AVA](https://avajs.dev).
{
resources: {
foo: {
description: '',
description: 'A foo resource.',
properties: [
{
deprecationMessage: '',
Expand Down
Binary file modified test/snapshots/blueprint.test.ts.snap
Binary file not shown.

0 comments on commit 311d4df

Please sign in to comment.