Sha256: d6bb544c3f0c25641b477959dc41a36ff724bd01c4062ccc4444b1d98acf484c

Contents?: true

Size: 380 Bytes

Versions: 7

Compression:

Stored size: 380 Bytes

Contents

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

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

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