Skip to content

Commit 0c41bc0

Browse files
committed
fix: remove 'only' flag from test case
1 parent f68d15f commit 0c41bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ ruleTester.run(RULE_NAME, rule, {
214214
const buttonText = screen.getByText('submit');
215215
await click(userEvent, buttonText);
216216
`,
217-
only: true,
218217
},
219218
{
220219
code: `

0 commit comments

Comments
 (0)