Skip to content

Commit

Permalink
chore: code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 3, 2024
1 parent 8272565 commit 0037c29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ describe('config', () => {

describe('rules', () => {
it('should have meta.docs.url', () => {
plugin.rules[Object.keys(plugin.rules)[0]].meta!.docs!.url!.should.be.String;
plugin.rules[Object.keys(plugin.rules)[0]].meta!.docs!.url!.should.be
.String;
});
});

0 comments on commit 0037c29

Please sign in to comment.