Sha256: 9f717160257d380b087377a87b6fb0bd2d7db8d20833cd9f11062c3a40994edf

Contents?: true

Size: 348 Bytes

Versions: 1

Compression:

Stored size: 348 Bytes

Contents

import { testComponentSnapshotsWithFixtures } from 'react-redux-test-utils';

import Tree from '../Tree';
import { props } from '../Tree.fixtures';

const fixtures = {
  'render without Props': {},
  'render with props': props,
};

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/Tree/__tests__/Tree.test.js