Skip to content

Commit 2e19fa7

Browse files
authored
Update index-test.js
1 parent 967bf95 commit 2e19fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/index-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test('schemas', (t) => {
4141

4242
test('plugin referentially equal to prevent flat config issues', (t) => {
4343
for (const config in Object.keys(plugin.flatConfigs)) {
44-
t.equal(plugin, config.plugins['jsx-a11y'], `${config.name}'s plugin reference is referentially equal to the top-level export`);
44+
t.equal(plugin, plugin.flatConfigs[config].plugins['jsx-a11y'], `${config.name}'s plugin reference is referentially equal to the top-level export`);
4545
}
4646
t.end();
4747
});

0 commit comments

Comments
 (0)