* Convert index.jsx to index.js as they are just barrel files. * Removed prop types and eslint configs from code coverage. * Using <root_dir> in test ignore patterns now. * Added app/javascript/storybook-static to eslint's ignore list. * Now .storybook is excluded from code coverage. * Bumped coverage thresholds * Fixed to <rootDir>
12 lines
369 B
JavaScript
12 lines
369 B
JavaScript
export * from './ArticleCoverImage';
|
|
export * from './ContentTitle';
|
|
export * from './CommentsCount';
|
|
export * from './CommentsList';
|
|
export * from './Meta';
|
|
export * from './PublishDate';
|
|
export * from './ReactionsCount';
|
|
export * from './ReadingTime';
|
|
export * from './SaveButton';
|
|
export * from './SearchSnippet';
|
|
export * from './TagList';
|
|
export * from './Video';
|