]>
git.r.bdr.sh - rbdr/grafn/blob - tap-snapshots/test-grafn.js-TAP.test.js
7a56937ea94c0cc71dbd31d4fe6e5cb20a5fe2ae
2 * This snapshot file is auto-generated, but designed for humans.
3 * It should be checked into source control and tracked carefully.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
5 * Make sure to inspect the output below. Do not ignore changes!
8 exports
[`test/grafn.js TAP > It can convert to a string representing the graph in graphviz format 1`] = `
12 root -> firstDependent
14 root -> secondDependent
16 firstDependent -> final
17 secondDependent -> final
21 exports
[`test/grafn.js TAP It colorizes the graph based on execution results > It adds the right colors according to execution 1`] = `
24 firstDependent[color=green]
25 root -> firstDependent
26 secondDependent[color=red]
27 root -> secondDependent
29 firstDependent -> final
30 secondDependent -> final