Skip to content

Commit

Permalink
satisfying eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Aug 26, 2024
1 parent 77cb375 commit e4140b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/DocsTsGenerator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ void describe('DocsTsGenerator.definition', () => {
let passed = false;
try {
await docs.definition('nope');
} catch (err) {
} catch {
passed = true;
}
assert.equal(passed, true);
Expand Down

0 comments on commit e4140b4

Please sign in to comment.