Skip to content

Commit

Permalink
Revert ts-expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 25, 2024
1 parent 43873c6 commit b1e28d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fixtures/good-docs-completed.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ export const goodDocsCompleted = [
updatedAt: cachedValues.updatedAt,
links: [],
name: 'my device name',
deviceType: /** @type {any} */ ('motorbike'),
// @ts-expect-error
deviceType: 'motorbike',
deleted: true,
},
expected: {
Expand Down

0 comments on commit b1e28d4

Please sign in to comment.