Skip to content

Report about throw exception in browser #66

Description

@Trufi

If we run test in browser and throw exception:

var test = require('prova');

test('smth', function(t) {
    throw new Error();
    t.end();
});

Test case does not end and error appears only in browser console, but not in command line.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions