We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967bf95 commit 2e19fa7Copy full SHA for 2e19fa7
__tests__/index-test.js
@@ -41,7 +41,7 @@ test('schemas', (t) => {
41
42
test('plugin referentially equal to prevent flat config issues', (t) => {
43
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`);
+ t.equal(plugin, plugin.flatConfigs[config].plugins['jsx-a11y'], `${config.name}'s plugin reference is referentially equal to the top-level export`);
45
}
46
t.end();
47
});
0 commit comments