import DotLang
DotLang.fromString "graph { a -- b }"
-- => Ok (Dot Graph Nothing [EdgeStmtNode (NodeId (ID "a") Nothing) (EdgeNode (NodeId (ID "b") Nothing)) [] []])
$ npm install
$ npm test
the fuzz tests might take a moment. to exclusively run unit tests on every save, do this:
$ npm test -- tests/Main.elm --watch