aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-graph-common/test/hierarchy-test.ts
blob: 25ca079d06b98189372f527b09405567f7c42764 (plain)
1
2
3
4
5
6
7
8
9
10
suite("graph", () => {
let assert = chai.assert;

test("graphlib exists", () => {
  assert.isTrue(graphlib != null);
});

// TODO(bp): write tests.

});