Sha256: 37e9d03758a29d72a89be8fbaaf53b7b4041ef918945616034df47979c634f07

Contents?: true

Size: 366 Bytes

Versions: 70

Compression:

Stored size: 366 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from '@theforeman/test';

import TasksDashboard from '../TasksDashboard';

const fixtures = {
  'render without Props': { history: {} },
  /** fixtures, props for the component */
};

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

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
foreman-tasks-5.3.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.2.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.1.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.1.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.5 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.4 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.3 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.6 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.0.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.0.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.5 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.0.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.4 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-2.0.3 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.3 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-3.0.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js