hotfix: fix upstream test
This commit is contained in:
parent
63ac80eb79
commit
b1aba294ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue