From badda165feb27978e22288d021d9f7c7928e9489 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 20 Aug 2023 22:39:46 +0200 Subject: [PATCH] add snapshot --- test/__snapshots__/examples.test.mjs.snap | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 967d6b5d..ee937e2b 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -1804,6 +1804,48 @@ exports[`runs examples > example "floor" example index 0 1`] = ` ] `; +exports[`runs examples > example "fm" example index 0 1`] = ` +[ + "[ 0/1 → 1/4 | note:c fmi:0 ]", + "[ 1/4 → 1/2 | note:e fmi:0 ]", + "[ 1/2 → 3/4 | note:g fmi:0 ]", + "[ 3/4 → 1/1 | note:b fmi:0 ]", + "[ 1/1 → 5/4 | note:c fmi:1 ]", + "[ 5/4 → 3/2 | note:e fmi:1 ]", + "[ 3/2 → 7/4 | note:g fmi:1 ]", + "[ 7/4 → 2/1 | note:b fmi:1 ]", + "[ 2/1 → 9/4 | note:c fmi:2 ]", + "[ 9/4 → 5/2 | note:e fmi:2 ]", + "[ 5/2 → 11/4 | note:g fmi:2 ]", + "[ 11/4 → 3/1 | note:b fmi:2 ]", + "[ 3/1 → 13/4 | note:c fmi:8 ]", + "[ 13/4 → 7/2 | note:e fmi:8 ]", + "[ 7/2 → 15/4 | note:g fmi:8 ]", + "[ 15/4 → 4/1 | note:b fmi:8 ]", +] +`; + +exports[`runs examples > example "fmh" example index 0 1`] = ` +[ + "[ 0/1 → 1/4 | note:c fmi:4 fmh:1 ]", + "[ 1/4 → 1/2 | note:e fmi:4 fmh:1 ]", + "[ 1/2 → 3/4 | note:g fmi:4 fmh:1 ]", + "[ 3/4 → 1/1 | note:b fmi:4 fmh:1 ]", + "[ 1/1 → 5/4 | note:c fmi:4 fmh:2 ]", + "[ 5/4 → 3/2 | note:e fmi:4 fmh:2 ]", + "[ 3/2 → 7/4 | note:g fmi:4 fmh:2 ]", + "[ 7/4 → 2/1 | note:b fmi:4 fmh:2 ]", + "[ 2/1 → 9/4 | note:c fmi:4 fmh:1.5 ]", + "[ 9/4 → 5/2 | note:e fmi:4 fmh:1.5 ]", + "[ 5/2 → 11/4 | note:g fmi:4 fmh:1.5 ]", + "[ 11/4 → 3/1 | note:b fmi:4 fmh:1.5 ]", + "[ 3/1 → 13/4 | note:c fmi:4 fmh:1.61 ]", + "[ 13/4 → 7/2 | note:e fmi:4 fmh:1.61 ]", + "[ 7/2 → 15/4 | note:g fmi:4 fmh:1.61 ]", + "[ 15/4 → 4/1 | note:b fmi:4 fmh:1.61 ]", +] +`; + exports[`runs examples > example "focus" example index 0 1`] = ` [ "[ 0/1 → 1/8 | s:sd ]",