ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
19 lines (16 loc) • 351 B
text/typescript
import { defineTest } from 'jscodeshift/dist/testUtils';
jest.autoMockOff();
defineTest(
__dirname,
'replace-Admin-history',
null,
'replace-Admin-history-Authenticated',
{ parser: 'tsx' }
);
defineTest(
__dirname,
'replace-Admin-history',
null,
'replace-Admin-history-useEditController',
{ parser: 'tsx' }
);