RolandJansen / intermix

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

Write unit tests for scheduleWorker API #89

Closed RolandJansen closed 5 years ago

RolandJansen commented 5 years ago

Done. scheduleWorker was renamed to clock.worker and the implementation is outsourced to clock.implementation. The test uses a manual mock class: "GenericWorkerMock".