Description
Have you read the Troubleshooting section?
Yes
Plugin version
7.5.4
ESLint version
9.30.1
Node.js version
22.14
Bug description
False positive error for fireEvent from:
import { fireEvent } from '@testing-library/react';
Steps to reproduce
- Bump eslint-plugin-testing-library from 7.5.3 to 7.5.4
Error output/screenshots

ESLint configuration
{
files: ['**/*.test.{ts,tsx}'],
...pluginTestingLibrary.configs['flat/react'],
},
Rule(s) affected
no-node-access
Anything else?
No response
Do you want to submit a pull request to fix this bug?
No