ava-playback
ava-playback copied to clipboard
Doesn't work with the latest version of ava
Seems to be some change, since process.on('message')
is not triggered with ava-teardown
any progress on this?
So far I fixed it in my setup by changing it to process.on('exit')
(if anyone is looking for a quick and dirty fix)
I guess the right solution would be to use a plugin structure if ava supports that?