From 95fcce1bcf9b9d8b2cff0709eea02b60a38081a0 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 11 Jan 2023 23:38:40 +0100 Subject: [PATCH] fix: snapshot --- test/__snapshots__/examples.test.mjs.snap | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/test/__snapshots__/examples.test.mjs.snap b/test/__snapshots__/examples.test.mjs.snap index 67634362..4477e44e 100644 --- a/test/__snapshots__/examples.test.mjs.snap +++ b/test/__snapshots__/examples.test.mjs.snap @@ -841,18 +841,10 @@ exports[`runs examples > example "arp" example index 0 1`] = ` exports[`runs examples > example "arpWith" example index 0 1`] = ` [ - "[ 0/1 → 1/2 | note:c ]", - "[ 1/2 → 1/1 | note:c ]", - "[ 1/2 → 1/1 | note:g ]", - "[ 1/1 → 3/2 | note:eb ]", - "[ 3/2 → 2/1 | note:c ]", - "[ 3/2 → 2/1 | note:g ]", - "[ 2/1 → 5/2 | note:c ]", - "[ 5/2 → 3/1 | note:c ]", - "[ 5/2 → 3/1 | note:g ]", - "[ 3/1 → 7/2 | note:eb ]", - "[ 7/2 → 4/1 | note:c ]", - "[ 7/2 → 4/1 | note:g ]", + "[ 0/1 → 1/1 | note:g ]", + "[ 1/1 → 2/1 | note:g ]", + "[ 2/1 → 3/1 | note:ab ]", + "[ 3/1 → 4/1 | note:ab ]", ] `;