Skip to content

Commit 0c67f7a

Browse files
authored
util: Fix coverage tsc failing for npm package (OverlayPlugin#987)
1 parent 0a7f73c commit 0c67f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/coverage/coverage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const isTranslationKeyMap = (key: string): key is MissingTranslationErrorType =>
7979
};
8080

8181
// TODO: make it possible to click on a zone row and highlight/link to it.
82-
type exKeys = Exclude<keyof typeof kPrefixToCategory, '00-misc' | 'user'>;
82+
type exKeys = Exclude<keyof typeof kPrefixToCategory, '00-misc' | '99-custom' | 'user'>;
8383

8484
const exVersionToDirName: readonly exKeys[] = [
8585
'02-arr',

0 commit comments

Comments
 (0)