diff options
Diffstat (limited to 'tests/specs/task/dependencies/diamond_big_list.out')
-rw-r--r-- | tests/specs/task/dependencies/diamond_big_list.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/specs/task/dependencies/diamond_big_list.out b/tests/specs/task/dependencies/diamond_big_list.out new file mode 100644 index 000000000..c95bcd272 --- /dev/null +++ b/tests/specs/task/dependencies/diamond_big_list.out @@ -0,0 +1,15 @@ +Available tasks: +- a + deno run a.js + depends on: b, c +- b + deno run b.js + depends on: e +- c + deno run c.js + depends on: d +- d + deno run d.js + depends on: e +- e + deno run e.js |