1240-refactor for class renderer

prep for future functionality work
This commit is contained in:
Justin Greywolf
2020-02-03 16:04:54 -08:00
parent 9da8ea5967
commit c825b37cc6
5 changed files with 441 additions and 456 deletions

View File

@@ -121,6 +121,8 @@ describe('class diagram, ', function () {
' flightNumber : Integer\n' +
' departureTime : Date\n' +
'}';
parser.parse(str);
});
it('should handle class definitions', function() {