aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/panel/__snapshots__/composition-panel.component.spec.ts.snap
blob: 2c96e92c7e65049376e107e96d4b496b524be91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`composition-panel component should match current snapshot of composition-panel component. 1`] = `
<ng2-composition-panel
  activatePreviousActiveTab={[Function Function]}
  classes={[Function String]}
  initTabs={[Function Function]}
  isComponentInstanceSelected={[Function Function]}
  isConfiguration={[Function Function]}
  isPNF={[Function Function]}
  isVF={[Function Function]}
  selectedComponentIsServiceProxyInstance={[Function Function]}
  selectedComponentIsServiceSubstitutionInstance={[Function Function]}
  selectedComponentIsVfcInstance={[Function Function]}
  setActive={[Function Function]}
  store={[Function Store]}
  toggleSidebarDisplay={[Function Function]}
>
  
</ng2-composition-panel>
`;