Skip to content

Commit

Permalink
Recompute test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Jun 18, 2024
1 parent 615f5ce commit b2c51fa
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions web/src/color.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ describe('ColoredFileTree', () => {
{
render: `\
__dep_tree_root__ (0, 0.00, 1)
foo (0, 0.76, 1)
bar (0, 0.59, 1)
a.ts -> 0 (0, 0.59, 1)
b.ts -> 1 (0, 0.59, 1)
baz (180, 0.59, 1)
c.ts -> 2 (180, 0.59, 1)
d.ts -> 3 (0, 0.76, 1)
a (120, 0.76, 1)
b (120, 0.59, 1)
c (120, 0.47, 1)
d (120, 0.39, 1)
e.ts -> 4 (120, 0.39, 1)
b (240, 0.76, 1)
1 (240, 0.59, 1)
_.ts -> 6 (240, 0.59, 1)
2 (330, 0.59, 1)
_.ts -> 8 (330, 0.59, 1)
3 (60, 0.59, 1)
_.ts -> 9 (60, 0.59, 1)
4 (150, 0.59, 1)
4-1 (150, 0.47, 1)
_.ts -> 10 (150, 0.47, 1)
foo (0, 0.95, 1)
bar (0, 0.76, 1)
a.ts -> 0 (0, 0.76, 1)
b.ts -> 1 (0, 0.76, 1)
baz (180, 0.76, 1)
c.ts -> 2 (180, 0.76, 1)
d.ts -> 3 (0, 0.95, 1)
a (120, 0.95, 1)
b (120, 0.76, 1)
c (120, 0.62, 1)
d (120, 0.52, 1)
e.ts -> 4 (120, 0.52, 1)
b (240, 0.95, 1)
1 (240, 0.76, 1)
_.ts -> 6 (240, 0.76, 1)
2 (330, 0.76, 1)
_.ts -> 8 (330, 0.76, 1)
3 (60, 0.76, 1)
_.ts -> 9 (60, 0.76, 1)
4 (150, 0.76, 1)
4-1 (150, 0.62, 1)
_.ts -> 10 (150, 0.62, 1)
f.ts -> 5 (0, 0.00, 1)`,
}
)
Expand Down

0 comments on commit b2c51fa

Please sign in to comment.