Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: update CLI snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyzissou committed Oct 19, 2020
1 parent de685fb commit c7f1758
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions packages/datastore/cli/tests/__snapshots__/Cli.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ exports[`generate with defaults 1`] = `
title: string;
description: string;
_version: string;
_deleted: boolean;
_lastUpdatedAt: number
}
Expand All @@ -18,7 +17,6 @@ export interface Comment {
description: string;
noteId?: string;
_version: string;
_deleted: boolean;
_lastUpdatedAt: number
}
Expand Down Expand Up @@ -55,11 +53,6 @@ exports[`generate with defaults 2`] = `
\\"key\\": \\"_version\\",
\\"isRequired\\": true
},
\\"_deleted\\": {
\\"type\\": \\"boolean\\",
\\"key\\": \\"_deleted\\",
\\"isRequired\\": true
},
\\"_lastUpdatedAt\\": {
\\"type\\": \\"number\\",
\\"key\\": \\"_lastUpdatedAt\\",
Expand Down Expand Up @@ -99,11 +92,6 @@ exports[`generate with defaults 2`] = `
\\"key\\": \\"_version\\",
\\"isRequired\\": true
},
\\"_deleted\\": {
\\"type\\": \\"boolean\\",
\\"key\\": \\"_deleted\\",
\\"isRequired\\": true
},
\\"_lastUpdatedAt\\": {
\\"type\\": \\"number\\",
\\"key\\": \\"_lastUpdatedAt\\",
Expand All @@ -128,7 +116,6 @@ exports[`generate with positional arguments 1`] = `
title: string;
description: string;
_version: string;
_deleted: boolean;
_lastUpdatedAt: number
}
Expand All @@ -140,7 +127,6 @@ export interface Comment {
description: string;
noteId?: string;
_version: string;
_deleted: boolean;
_lastUpdatedAt: number
}
Expand Down Expand Up @@ -177,11 +163,6 @@ exports[`generate with positional arguments 2`] = `
\\"key\\": \\"_version\\",
\\"isRequired\\": true
},
\\"_deleted\\": {
\\"type\\": \\"boolean\\",
\\"key\\": \\"_deleted\\",
\\"isRequired\\": true
},
\\"_lastUpdatedAt\\": {
\\"type\\": \\"number\\",
\\"key\\": \\"_lastUpdatedAt\\",
Expand Down Expand Up @@ -221,11 +202,6 @@ exports[`generate with positional arguments 2`] = `
\\"key\\": \\"_version\\",
\\"isRequired\\": true
},
\\"_deleted\\": {
\\"type\\": \\"boolean\\",
\\"key\\": \\"_deleted\\",
\\"isRequired\\": true
},
\\"_lastUpdatedAt\\": {
\\"type\\": \\"number\\",
\\"key\\": \\"_lastUpdatedAt\\",
Expand Down

0 comments on commit c7f1758

Please sign in to comment.