Skip to content

Commit

Permalink
Merge branch 'beta-0.12.3' into feature/adaptive-lightning-manual-mod…
Browse files Browse the repository at this point in the history
…e-improvement
  • Loading branch information
donavanbecker authored Jun 24, 2024
2 parents 8632dd5 + 1717764 commit c953a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/lib/HAPServer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,10 @@ describe(IsKnownHAPStatusError, () => {
.filter(error => error !== 0); // filter out HAPStatus.SUCCESS

for (const error of errorValues) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore:next-line - This was @ts-expect-error: type mismatch, but it triggered build errors
// Summary of all failing tests src/lib/HAPServer.spec.ts:621:7 - error TS2578: Unused '@ts-expect-error' directive.

const result = IsKnownHAPStatusError(error);
if (!result) {
fail("IsKnownHAPStatusError does not return true for error code " + error);
Expand Down
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"validation": {
"invalidLink": true,
"notExported": false
}
},
"blockTags": ["@deprecated", "@example", "@group", "@param", "@returns", "@since"]
}

0 comments on commit c953a0f

Please sign in to comment.