From 25b2eb5783a09697ed66c096dbdb483fa0549f0a Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 25 Nov 2023 16:20:12 +0100 Subject: [PATCH] snapshot --- test/__snapshots__/examples.test.mjs.snap | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 34f7a850..09a1ecec 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -1038,6 +1038,31 @@ exports[`runs examples > example "ceil" example index 0 1`] = ` ] `; +exports[`runs examples > example "channels" example index 0 1`] = ` +[ + "[ 0/1 → 1/5 | note:e channels:[2 3] ]", + "[ 1/5 → 2/5 | note:a channels:[2 3] ]", + "[ 2/5 → 3/5 | note:d channels:[2 3] ]", + "[ 3/5 → 4/5 | note:b channels:[2 3] ]", + "[ 4/5 → 1/1 | note:g channels:[2 3] ]", + "[ 1/1 → 6/5 | note:e channels:[2 3] ]", + "[ 6/5 → 7/5 | note:a channels:[2 3] ]", + "[ 7/5 → 8/5 | note:d channels:[2 3] ]", + "[ 8/5 → 9/5 | note:b channels:[2 3] ]", + "[ 9/5 → 2/1 | note:g channels:[2 3] ]", + "[ 2/1 → 11/5 | note:e channels:[2 3] ]", + "[ 11/5 → 12/5 | note:a channels:[2 3] ]", + "[ 12/5 → 13/5 | note:d channels:[2 3] ]", + "[ 13/5 → 14/5 | note:b channels:[2 3] ]", + "[ 14/5 → 3/1 | note:g channels:[2 3] ]", + "[ 3/1 → 16/5 | note:e channels:[2 3] ]", + "[ 16/5 → 17/5 | note:a channels:[2 3] ]", + "[ 17/5 → 18/5 | note:d channels:[2 3] ]", + "[ 18/5 → 19/5 | note:b channels:[2 3] ]", + "[ 19/5 → 4/1 | note:g channels:[2 3] ]", +] +`; + exports[`runs examples > example "chooseCycles" example index 0 1`] = ` [ "[ 0/1 → 1/4 | s:bd ]",