Skip to content

Commit

Permalink
fix test type
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed May 3, 2024
1 parent f814234 commit d578d3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('LexicalEslintPlugin', () => {
);
});
});
['rules-of-lexical'].forEach((ruleName) => {
(['rules-of-lexical'] as const).forEach((ruleName) => {
const namedRules = [
fmt`const ${NAME} = () => $getRoot();`,
fmt`const ${NAME} = () => { return $getRoot(); }`,
Expand Down

0 comments on commit d578d3f

Please sign in to comment.