kylestetz / lissajous

:musical_note: A tool for programmatic audio performance in the browser using Javascript.
http://lissajousjs.com
MIT License
398 stars 25 forks source link

Is there a plan to add tests? #4

Open pbcomm opened 9 years ago

pbcomm commented 9 years ago

It would be a good idea to have test for each public api, which would allow other developers to contribute safely.

kylestetz commented 9 years ago

I am down to write some tests! I'll start thinking about that. Might have to get creative about testing the web audio api parts.

pbcomm commented 9 years ago

I'm not sure we need to actually test web audio api's. What would need to be tested is what lissajous passes to it depending on the api being called.