mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
7 lines
446 B
JavaScript
7 lines
446 B
JavaScript
jest.autoMockOff();
|
|
|
|
const { defineTest } = require('jscodeshift/dist/testUtils');
|
|
|
|
defineTest(__dirname, 'react-loadable-to-loadable-component', null, 'react-loadable-to-loadable-component_expr');
|
|
defineTest(__dirname, 'react-loadable-to-loadable-component', null, 'react-loadable-to-loadable-component_arrow-no-params');
|
|
defineTest(__dirname, 'react-loadable-to-loadable-component', null, 'react-loadable-to-loadable-component_arrow-w-params'); |