We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082e75b commit bba5421Copy full SHA for bba5421
src/__tests__/within.test.tsx
@@ -79,4 +79,3 @@ test('within() exposes a11y queries', async () => {
79
await expect(secondQueries.findAllByLabelText('Same Label')).resolves.toHaveLength(1);
80
await expect(secondQueries.findAllByA11yHint('Same Hint')).resolves.toHaveLength(1);
81
});
82
-
0 commit comments