From 79904560fc8640eb963fd1c46325ab9364ea53b7 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 12 Jan 2023 12:48:05 +0100 Subject: [PATCH] fix: snapshot --- test/__snapshots__/examples.test.mjs.snap | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 2b1980b4..c43b881e 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -2556,24 +2556,7 @@ exports[`runs examples > example "ply" example index 0 1`] = ` ] `; -exports[`runs examples > example "polymeterSteps" example index 0 1`] = ` -[ - "[ 0/1 → 1/2 | note:c ]", - "[ 1/2 → 1/1 | note:d ]", - "[ 1/1 → 3/2 | note:e ]", - "[ 3/2 → 2/1 | note:f ]", - "[ 2/1 → 5/2 | note:g ]", - "[ 5/2 → 3/1 | note:f ]", - "[ 3/1 → 7/2 | note:e ]", - "[ 7/2 → 4/1 | note:d ]", - "[ 0/1 → 1/1 | s:bd ]", - "[ 1/1 → 2/1 | s:bd ]", - "[ 2/1 → 3/1 | s:bd ]", - "[ 3/1 → 4/1 | s:bd ]", -] -`; - -exports[`runs examples > example "polymeters" example index 0 1`] = ` +exports[`runs examples > example "polymeter" example index 0 1`] = ` [ "[ 0/1 → 1/3 | note:c ]", "[ 1/3 → 2/3 | note:eb ]", @@ -2602,6 +2585,23 @@ exports[`runs examples > example "polymeters" example index 0 1`] = ` ] `; +exports[`runs examples > example "polymeterSteps" example index 0 1`] = ` +[ + "[ 0/1 → 1/2 | note:c ]", + "[ 1/2 → 1/1 | note:d ]", + "[ 1/1 → 3/2 | note:e ]", + "[ 3/2 → 2/1 | note:f ]", + "[ 2/1 → 5/2 | note:g ]", + "[ 5/2 → 3/1 | note:f ]", + "[ 3/1 → 7/2 | note:e ]", + "[ 7/2 → 4/1 | note:d ]", + "[ 0/1 → 1/1 | s:bd ]", + "[ 1/1 → 2/1 | s:bd ]", + "[ 2/1 → 3/1 | s:bd ]", + "[ 3/1 → 4/1 | s:bd ]", +] +`; + exports[`runs examples > example "pure" example index 0 1`] = ` [ "[ 0/1 → 1/1 | e4 ]",