codeformat
This commit is contained in:
parent
a4f10d5339
commit
8d8b8ab99e
1 changed files with 5 additions and 1 deletions
|
|
@ -36,7 +36,11 @@ describe('tonal', () => {
|
||||||
.note(3, 4, 0)
|
.note(3, 4, 0)
|
||||||
.scale('C major')
|
.scale('C major')
|
||||||
.firstCycleValues.map((h) => [h.n, h.note]),
|
.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', () => {
|
it('scale with colon', () => {
|
||||||
expect(
|
expect(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue