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-8.2.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.1.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.1.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.1.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.0.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.0.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-8.0.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-7.2.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-7.1.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-7.2.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-7.1.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-6.0.3 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-7.0.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-6.0.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-4.1.6 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.2.3 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-6.0.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.2.2 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-6.0.0 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js
foreman-tasks-5.2.1 webpack/ForemanTasks/Components/TasksDashboard/__tests__/TasksDashboard.test.js