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 tests for fileloader #159

Open RolandJansen opened 4 years ago

RolandJansen commented 4 years ago

Writing tests for client apis is difficult. One should fake URL.createObjectUrl, Worker, File, DOM stuff, etc. But the faked results can be checked. Needs some time and has not the highest priority.