mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
hotfix: fix upstream test
This commit is contained in:
@@ -39,7 +39,7 @@ describe('tonal', () => {
|
||||
});
|
||||
it('scale without tonic', () => {
|
||||
expect(
|
||||
n(0, 1, 2)
|
||||
n(seq(0, 1, 2))
|
||||
.scale('major')
|
||||
.firstCycleValues.map((h) => h.note),
|
||||
).toEqual(['C3', 'D3', 'E3']);
|
||||
|
||||
Reference in New Issue
Block a user