Skip to content

Commit

Permalink
fix(tests): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bahdcoder committed Jul 1, 2021
1 parent 985f746 commit 2135efd
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions packages/tests/packages/docs/__snapshots__/plugin.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,8 @@ Object {
},
},
"required": Array [
"id",
"title",
"body",
"title_hidden_from_insert_and_fetch_api",
"title_hidden_from_update_and_fetch_api",
"post",
],
"type": "object",
},
Expand Down Expand Up @@ -174,8 +170,6 @@ Object {
},
"scheduled_for": Object {
"description": "",
"format": "date",
"type": "string",
},
"tags": Object {
"description": "",
Expand All @@ -195,15 +189,12 @@ Object {
},
},
"required": Array [
"id",
"title",
"description",
"content",
"av_cpc",
"category",
"user",
"published_at",
"approved",
"scheduled_for",
],
"type": "object",
Expand Down Expand Up @@ -245,10 +236,7 @@ Object {
"type": "boolean",
},
},
"required": Array [
"id",
"like",
],
"required": Array [],
"type": "object",
},
"Tag": Object {
Expand Down Expand Up @@ -307,9 +295,7 @@ Object {
},
},
"required": Array [
"id",
"name",
"description",
],
"type": "object",
},
Expand Down Expand Up @@ -369,7 +355,6 @@ Object {
},
},
"required": Array [
"id",
"full_name",
"email",
"password",
Expand Down

0 comments on commit 2135efd

Please sign in to comment.