mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 02:28:34 +00:00
remove old file
This commit is contained in:
parent
6f838c555c
commit
2c636dfd3b
@ -1,12 +0,0 @@
|
|||||||
import { strict as assert } from 'assert';
|
|
||||||
import { scaleTranspose } from '../repl/src/tonal.mjs';
|
|
||||||
|
|
||||||
describe('scaleTranspose', () => {
|
|
||||||
it('should transpose inside scale', () => {
|
|
||||||
assert.equal(scaleTranspose('C major', 1, 'C3'), 'D3');
|
|
||||||
assert.equal(scaleTranspose('C major', 2, 'E3'), 'G3');
|
|
||||||
assert.equal(scaleTranspose('C major', 1, 'E3'), 'F3');
|
|
||||||
assert.equal(scaleTranspose('C major', 1, 'G3'), 'A3');
|
|
||||||
assert.equal(scaleTranspose('C major', 1, 'C4'), 'D4');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Loading…
x
Reference in New Issue
Block a user