theforeman/foreman

View on GitHub
webpack/assets/javascripts/services/SlotsRegistry/__snapshots__/SlotsRegistry.test.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Extendable Registry should render one component after a removal 1`] = `
Array [
  Object {
    "component": [Function],
    "id": "fill-id-1",
    "weight": 100,
  },
]
`;

exports[`Extendable Registry should render two components by weights 1`] = `
Array [
  Object {
    "component": [Function],
    "id": "fill-id-1",
    "weight": 100,
  },
  Object {
    "component": [Function],
    "id": "fill-id-2",
    "weight": 200,
  },
]
`;