hotfix: fix upstream test

This commit is contained in:
Felix Roos 2025-06-26 15:39:35 +02:00
parent 63ac80eb79
commit b1aba294ad
No known key found for this signature in database

View file

@ -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']);