summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/home/__snapshots__/home.component.spec.ts.snap
blob: ae5445e546343847df9575a989887f1ecbeffbe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`home component should match current snapshot 1`] = `
<home-page
  $state={[Function Object]}
  authService={[Function Object]}
  cacheService={[Function Object]}
  componentShouldReload={[Function Function]}
  homeService={[Function Object]}
  importVSPService={[Function Object]}
  initFolders={[Function Function]}
  isDefaultFilter={[Function Function]}
  loaderService={[Function Object]}
  modalService={[Function Object]}
  modalsHandler={[Function Object]}
  sdcConfig={[Function Object]}
  sdcMenu={[Function Object]}
  translateService={[Function Object]}
  updateFilter={[Function Function]}
>
  <div
    class="sdc-catalog-container"
  >
    
    <top-nav />
  </div>
</home-page>
`;