codeformat

This commit is contained in:
Kaspars
2024-05-08 10:42:06 +02:00
parent a4f10d5339
commit 8d8b8ab99e
+5 -1
View File
@@ -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(