Skip to content

Commit

Permalink
test 7/* too
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderstel committed Jul 20, 2024
1 parent 3c70867 commit 6634618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/moduleTests/meter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,19 +258,22 @@ export default function tests() {
assertBeatGroups('4/4', [[2, 8]]);
assertBeatGroups('5/4', [[2, 8]]);
assertBeatGroups('6/4', [[2, 8]]);
assertBeatGroups('7/4', [[2, 8]]);
assertBeatGroups('9/4', [[2, 8]]);
assertBeatGroups('12/4', [[2, 8]]);
assertBeatGroups('2/8', [[1, 8]]);
assertBeatGroups('3/8', [[3, 8]]);
assertBeatGroups('4/8', [[1, 8]]);
assertBeatGroups('5/8', [[3, 8], [2, 8]]);
assertBeatGroups('6/8', [[3, 8], [3, 8]]);
assertBeatGroups('7/8', [[3, 8], [2, 8], [2, 8]]);
assertBeatGroups('9/8', [[3, 8], [3, 8], [3, 8]]);
assertBeatGroups('12/8', [[3, 8], [3, 8], [3, 8], [3, 8]]);
assertBeatGroups('3/16', [[3, 16]]);
assertBeatGroups('4/16', [[1, 16]]);
assertBeatGroups('5/16', [[3, 16], [2, 16]]);
assertBeatGroups('6/16', [[3, 16], [3, 16]]);
assertBeatGroups('7/16', [[3, 16], [2, 16], [2, 16]]);
assertBeatGroups('9/16', [[3, 16], [3, 16], [3, 16]]);
assertBeatGroups('12/16', [[3, 16], [3, 16], [3, 16], [3, 16]]);
});
Expand Down

0 comments on commit 6634618

Please sign in to comment.