Skip to content

Commit

Permalink
Ignore TS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Sep 15, 2020
1 parent 02e43dd commit 1e7b0fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ describe('utils', () => {
getTypeLabelFromField({
name: 'testField',
type: 'runtime',
// @ts-ignore
runtime_type: 'hyperdrive',
})
).toBe('Runtime Other: hyperdrive');
Expand Down

0 comments on commit 1e7b0fc

Please sign in to comment.