theforeman/foreman

View on GitHub
webpack/assets/javascripts/react_app/routes/__test__/Routes.fixtures.js

Summary

Maintainability
A
0 mins
Test Coverage
export const routes = [
  { path: 'path1', render: jest.fn() },
  { path: 'path12', render: jest.fn() },
];