We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b14d6 commit e6f09f2Copy full SHA for e6f09f2
packages/ra-core/src/core/CustomRoutes.spec.tsx
@@ -15,7 +15,7 @@ describe('<CustomRoutes>', () => {
15
expect(screen.queryByText('Password recovery')).not.toBeNull();
16
});
17
18
- test.only('should render custom routes that need authentication only when authenticated', async () => {
+ test('should render custom routes that need authentication only when authenticated', async () => {
19
const history = createMemoryHistory({
20
initialEntries: ['/authenticated'],
21
0 commit comments