Skip to content

Commit

Permalink
Fix test coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
changgilee committed Aug 27, 2024
1 parent fa67c47 commit f7659f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ ignore:
- "packages/webos/application"
- "packages/webos/LS2Request"
- "packages/ui/Touchable/Pinch.js"
- "packages/webos/signlang"

6 changes: 0 additions & 6 deletions packages/webos/signlang/SignLangDecorator.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ import signLang from './signLang';
*/

const defaultConfig = {
/**
* Set sign language request delay in milliseconds.
*
* @type {Number}
* @public
*/
signLangDelay: 0
}

Expand Down

0 comments on commit f7659f4

Please sign in to comment.