Skip to content

Commits

Commits on Jul 14, 2020

  1. Add support for debugging from VSCode

    https://github.com/avajs/ava/blob/master/docs/recipes/debugging-with-vscode.md recommends passing the `debug` option to Ava.  However, in my experience Ava waits indefinitely when this option is used, without actually running any tests.
    
    The increased timeout setting is so that tests won't fail prematurely because you're slowly stepping through code.
    Sam Partington committed Jul 14, 2020
    Copy the full SHA
    7a78ec0 View commit details
End of commit history for this file