Thanks to visit codestin.com
Credit goes to github.com

Skip to content

console.log() in test is not working #15

@frantic1048

Description

@frantic1048

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions