Re: Future improvements to Javascript unit-test runners

2014-06-03 Thread Gijs Kruitbosch
On 03/06/2014 15:35, Mike de Boer wrote: I started to summarise the things I’d like to see in a JS unit test runner here[1]: * mini-core. * Async support as a base. We’ve added `add_task()` methods where possible, but we haven’t made it a core feature of the legacy suites in use today. Ge

Future improvements to Javascript unit-test runners (was: Standardized assertion methods)

2014-06-03 Thread Mike de Boer
I started to summarise the things I’d like to see in a JS unit test runner here[1]: * mini-core. * Async support as a base. We’ve added `add_task()` methods where possible, but we haven’t made it a core feature of the legacy suites in use today. Generators yielding Promises are now possible,