Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed Jan 16, 2025
1 parent 6e5d8ee commit 2348023
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions test/__snapshots__/examples.test.mjs.snap
Original file line number Diff line number Diff line change
Expand Up @@ -956,31 +956,19 @@ exports[`runs examples > example "bank" example index 0 1`] = `

exports[`runs examples > example "beat" example index 0 1`] = `
[
"[ 0/1 → 1/1 | s:bd duration:0.0625 ]",
"[ 7/16 → 1/1 | s:bd duration:0.0625 ]",
"[ 5/8 → 1/1 | s:bd duration:0.0625 ]",
"[ 1/1 → 2/1 | s:bd duration:0.0625 ]",
"[ 23/16 → 2/1 | s:bd duration:0.0625 ]",
"[ 13/8 → 2/1 | s:bd duration:0.0625 ]",
"[ 2/1 → 3/1 | s:bd duration:0.0625 ]",
"[ 39/16 → 3/1 | s:bd duration:0.0625 ]",
"[ 21/8 → 3/1 | s:bd duration:0.0625 ]",
"[ 3/1 → 4/1 | s:bd duration:0.0625 ]",
"[ 55/16 → 4/1 | s:bd duration:0.0625 ]",
"[ 29/8 → 4/1 | s:bd duration:0.0625 ]",
"[ 0/1 → 1/16 | s:bd ]",
"[ 1/1 → 17/16 | s:bd ]",
"[ 2/1 → 33/16 | s:bd ]",
"[ 3/1 → 49/16 | s:bd ]",
]
`;

exports[`runs examples > example "beat" example index 1 1`] = `
[
"[ 1/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 3/4 → 1/1 | s:sd duration:0.0625 ]",
"[ 5/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 7/4 → 2/1 | s:sd duration:0.0625 ]",
"[ 9/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 11/4 → 3/1 | s:sd duration:0.0625 ]",
"[ 13/4 → 4/1 | s:sd duration:0.0625 ]",
"[ 15/4 → 4/1 | s:sd duration:0.0625 ]",
"[ 1/48 → 1/12 | s:sd ]",
"[ 49/48 → 13/12 | s:sd ]",
"[ 97/48 → 25/12 | s:sd ]",
"[ 145/48 → 37/12 | s:sd ]",
]
`;

Expand Down

0 comments on commit 2348023

Please sign in to comment.