I'm using fly-ava to run my AVA tests in my project. I found normal console.log() is not outputting log in terminal, while directly running ./node_modules/ava/cli.js outputs log.
The actual situation is, my PEG.js parser's trace output, is not shown via fly-ava. It uses console.log(), too. I have to run AVA separately to debug my PEG grammar. It's very painful to debug grammar without trace information.
Is there any idea to make log enabled?