Skip to content

Commit 967bf95

Browse files
authored
oopsie woopsie
1 parent 67abcea commit 967bf95

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
@@ -40,7 +40,7 @@ test('schemas', (t) => {
4040
});
4141

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

0 commit comments

Comments
 (0)