Skip to content

Commit

Permalink
schema fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Feb 23, 2024
1 parent b39fe94 commit d1008d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions schema/__fixtures__/simple-report-screen.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,12 @@
{
"id": "lastSentDay"
},
{
"id": "loginSite"
},
{
"id": "device"
},
{
"id": "os"
},
{
"id": "listVersions"
},
{
"id": "reportFlow"
}
Expand Down
4 changes: 0 additions & 4 deletions schema/schema.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ describe('__fixtures__', () => {
it('validates simple report screen', () => {
simpleReportScreenSchema.parse(simpleReportScreen)
})
it('validates simple report screen with alt opener', () => {
const next = { ...simpleReportScreen, opener: 'dashboard' }
simpleReportScreenSchema.parse(next)
})
})

0 comments on commit d1008d9

Please sign in to comment.