Sha256: 99c05f26e9c6a533bb9fd8e31d45f19fe3923397f9c4956a5879db41dfde209b

Contents?: true

Size: 455 Bytes

Versions: 7

Compression:

Stored size: 455 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';
import { SubTasksPage } from '../SubTasksPage';
import { minProps } from './TasksTable.fixtures';

const fixtures = {
  'render with minimal props': {
    ...minProps,

    match: {
      params: {
        id: 'some-id',
      },
    },
  },
};

describe('SubTasksPage', () => {
  describe('rendering', () =>
    testComponentSnapshotsWithFixtures(SubTasksPage, fixtures));
});

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman-tasks-0.17.6 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-1.0.0 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-0.17.5 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-0.17.4 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-0.17.3 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-0.17.2 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js
foreman-tasks-0.17.1 webpack/ForemanTasks/Components/TasksTable/__tests__/SubTasksPage.test.js