Skip to content

Commit c4a884b

Browse files
committed
Revert "test: add test"
This reverts commit cc0ab47.
1 parent cc0ab47 commit c4a884b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tests/lib/rules/no-node-access.test.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -229,21 +229,6 @@ ruleTester.run(RULE_NAME, rule, {
229229
fe.click(buttonText);
230230
`,
231231
},
232-
{
233-
code: `
234-
// case: custom module set but not imported using ${testingFramework} (aggressive reporting limited)
235-
import { screen } from '${testingFramework}';
236-
237-
const ui = {
238-
select: screen.getByRole('combobox', {name: 'Test label'}),
239-
};
240-
test('...', () => {
241-
const select = ui.select.get();
242-
expect(select).toHaveClass(selectClasses.select);
243-
});
244-
`,
245-
only: true,
246-
},
247232
]
248233
),
249234
invalid: SUPPORTED_TESTING_FRAMEWORKS.flatMap((testingFramework) => [

0 commit comments

Comments
 (0)