blob: a8d474d5004c8a9d7daa2c4a0777fa220cafe9ac [file] [log] [blame]
import './index';
import { $$ } from 'common-sk/modules/dom';
import { clusterDiffJSON } from '../cluster-page-sk/test_data';
const ele = document.createElement('cluster-digests-sk');
ele.setData(clusterDiffJSON.nodes, clusterDiffJSON.links);
$$('#cluster').appendChild(ele);