style(json-tree.spec): add missing semicolon

master
Brian Ford 9 years ago
parent f83c7f5ca6
commit 154772b7f4

@ -17,7 +17,7 @@ describe('batJsonTree', function () {
it('should render a simple model', function () {
$rootScope.data = {
'': { '$id': 1 }
}
};
compileTree();
expect(element.text()).toBe('$id: 1');
});