Enforce codestyle

This commit is contained in:
Thomas Nordquist
2019-01-02 16:37:36 +01:00
parent 48aa317c7c
commit 2b7e9a5ef7
24 changed files with 492 additions and 195 deletions

View File

@@ -12,7 +12,7 @@ describe('Tree', () => {
const leaf = TreeNodeFactory.fromEdgesAndValue(topics, 3)
tree.updateWithNode(leaf.firstNode())
let expectedNode = tree.findNode('foo/bar')
const expectedNode = tree.findNode('foo/bar')
expect(expectedNode).to.eq(leaf)
})
});
})