Skip to content

Commit e6f09f2

Browse files
djhiJinParc
authored andcommitted
Remove only in tests
1 parent 04b14d6 commit e6f09f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/core/CustomRoutes.spec.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('<CustomRoutes>', () => {
1515
expect(screen.queryByText('Password recovery')).not.toBeNull();
1616
});
1717

18-
test.only('should render custom routes that need authentication only when authenticated', async () => {
18+
test('should render custom routes that need authentication only when authenticated', async () => {
1919
const history = createMemoryHistory({
2020
initialEntries: ['/authenticated'],
2121
});

0 commit comments

Comments
 (0)