Skip to content

Commit

Permalink
chore: update type
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Oct 1, 2023
1 parent f780957 commit 0d29c4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('color name', () => {
it('for keys cssKeywords', () => {
for (const key of Object.keys(cssKeywords))
// eslint-disable-next-line no-console
//@ts-ignore

Check failure on line 21 in test/index.test.ts

View workflow job for this annotation

GitHub Actions / autofix

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
console.log(cssKeywords[key])

Check failure on line 22 in test/index.test.ts

View workflow job for this annotation

GitHub Actions / autofix

Unexpected console statement
})
})
Expand Down

0 comments on commit 0d29c4c

Please sign in to comment.