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 67abcea commit 967bf95Copy full SHA for 967bf95
__tests__/index-test.js
@@ -40,7 +40,7 @@ test('schemas', (t) => {
40
});
41
42
test('plugin referentially equal to prevent flat config issues', (t) => {
43
- for (const config in Object.keys(plugin.flatConfigs) {
+ 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`);
45
}
46
t.end();
0 commit comments