RolandJansen / intermix

Typescript/Javascript framework for building sequencer-based audio apps
GNU Lesser General Public License v3.0
6 stars 0 forks source link

Rewrite tests for SoundWave.js #25

Closed RolandJansen closed 8 years ago

RolandJansen commented 8 years ago

Rewrite tests with fake calls to the web-audio-api so that they can be run in headless mode.

RolandJansen commented 8 years ago

Basic XHR tests working. Promises are hard to test (decode audio data).

RolandJansen commented 8 years ago

Lots of changes, lots of new tests, all done.