We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822b1d3 commit ed40e93Copy full SHA for ed40e93
src/App.test.tsx
@@ -6,5 +6,5 @@ test('renders react auth0', () => {
6
render(<App />);
7
const element = screen.getAllByText(/react auth0/i);
8
expect(element).toHaveLength(2);
9
- }, 2000);
+ }, 1000);
10
});
0 commit comments