Skip to content

Commit

Permalink
revert changes to type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed May 1, 2023
1 parent dd53f0e commit 7c94b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/web/src/__typetests__/cellProps.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ describe('CellProps mapper type', () => {
customProp: 55,
category: 'Dinner',
saved: true,
queryResult: {},
})
})

Expand All @@ -86,7 +85,6 @@ describe('CellProps mapper type', () => {

expectAssignable<CellWithoutVariablesInputs>({
customProp: 55,
queryResult: {},
})
})
})
Expand Down

0 comments on commit 7c94b4f

Please sign in to comment.