ccrma / webchuck

ChucK on the Web
https://chuck.stanford.edu/webchuck
MIT License
42 stars 8 forks source link

Test framework #16

Closed terryzfeng closed 1 year ago

terryzfeng commented 1 year ago

Introducing a webchuck test framework for some level of automated testing I've included instructions in the README Please try it out and skim the code

I've updated almost all get functions to now directly return a promise containing the return value rather than a DeferredPromise.