We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed09979 commit b1355adCopy full SHA for b1355ad
lib/detect-testing-library-utils.ts
@@ -340,7 +340,7 @@ export function detectTestingLibraryUtils<
340
* @param node a MemberExpression (in "foo.property" it would be property) or an Identifier
341
*/
342
const isNodeComingFromTestingLibrary: DetectionHelpers['isNodeComingFromTestingLibrary'] = (
343
- node: TSESTree.MemberExpression | TSESTree.Identifier
+ node
344
) => {
345
let identifierName: string | undefined;
346
0 commit comments