Skip to content

Commit

Permalink
Fix test conflict post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 17, 2024
1 parent b8ecd76 commit 0e8aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/tests/configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ describe('strict-type-checked.ts', () => {
});

describe('strict-type-checked-only.ts', () => {
const unfilteredConfigRules: Record<string, string> =
const unfilteredConfigRules: Record<string, string | unknown[]> =
plugin.configs['strict-type-checked-only'].rules;

it('contains only type-checked strict rules', () => {
Expand Down

0 comments on commit 0e8aafa

Please sign in to comment.