added unit tests for gitGraph parser

This commit is contained in:
Austin Fulbright
2024-07-27 03:51:28 -04:00
parent 275dbe9b2e
commit 0d4c3e5f72
2 changed files with 198 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ export {
Branch,
Commit,
Merge,
Statement,
isCommon,
isInfo,
isPacket,