mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-27 15:29:18 -04:00
codeformat
This commit is contained in:
@@ -36,7 +36,11 @@ describe('tonal', () => {
|
||||
.note(3, 4, 0)
|
||||
.scale('C major')
|
||||
.firstCycleValues.map((h) => [h.n, h.note]),
|
||||
).toEqual([[0, 'F3'], [1, 'G3'], [2, 'C3']]);
|
||||
).toEqual([
|
||||
[0, 'F3'],
|
||||
[1, 'G3'],
|
||||
[2, 'C3'],
|
||||
]);
|
||||
});
|
||||
it('scale with colon', () => {
|
||||
expect(
|
||||
|
||||
Reference in New Issue
Block a user