start packaging
This commit is contained in:
parent
a19d789145
commit
6f60a3a1d5
98 changed files with 11162 additions and 11122 deletions
9
packages/tonal/test/tonal.test.mjs
Normal file
9
packages/tonal/test/tonal.test.mjs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { strict as assert } from 'assert';
|
||||
import '../tonal.mjs'; // need to import this to add prototypes
|
||||
import { pure } from '../../core/strudel.mjs';
|
||||
|
||||
describe('tonal', () => {
|
||||
it('Should run tonal functions ', () => {
|
||||
assert.deepStrictEqual(pure('c3').scale('C major').scaleTranspose(1)._firstCycleValues, ['D3']);
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue