Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…9630265250/job/26560643600 (#1041)

* ciao beta

* Resolve node-build issues

https://github.com/homebridge/HAP-NodeJS/actions/runs/9630265250/job/26560643600

* Update HAPServer.spec.ts

* Fix lint issues

* Fix lint issues

* Revert "ciao beta"

This reverts commit fb01c53.

* Fix lint issues

---------

Co-authored-by: Donavan Becker <[email protected]>
  • Loading branch information
NorthernMan54 and donavanbecker committed Jun 24, 2024
1 parent 4a8cea0 commit 1717764
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/lib/HAPServer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,10 @@ describe(IsKnownHAPStatusError, () => {
.filter(error => error !== 0); // filter out HAPStatus.SUCCESS

for (const error of errorValues) {
// @ts-expect-error: type mismatch
// 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 1717764

Please sign in to comment.