Skip to content

Commit 8062770

Browse files
committed
test: clarify test-utils vs ./test-utils distinction in test comment
1 parent db38d9f commit 8062770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/utils/resolve-to-testing-library-fn.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ ruleTester.run('esm', rule, {
8181
`,
8282
},
8383
{
84+
// Verifies that a local './test-utils' import doesn't match the configured 'test-utils' utils module
8485
settings: { 'testing-library/utils-module': 'test-utils' },
8586
code: `
8687
import { userEvent } from './test-utils';

0 commit comments

Comments
 (0)